/*!
Theme Name: woudtm
Theme URI: #
Version: 3.7.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: woudtm
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFB233;
  --secondary-btn-bg: #33FF57;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #FFFFFF;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FFB233;

  --footer-bg-color: #FFC300;
  --footer-text-color: #333333;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFEDD5;
  --table-border-color: #FF5733;
  --table-text-color: #3d2300;

  --body-bg-color: #FFFFFF;
  --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: 69%;
  --banner-padding: 129.6px;
  --banner-border: 3px solid #FFB233;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1385px;
  --container-padding: 0 15px;
  --border-radius: 29px;
  --py: 31px;
  --py-2: 75px;
  --py-3: 77px;
  --text-align: left;
  --mb: 15px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 142px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 983ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --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;
}

.kxwdqmepowrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .svcrqembghead {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .ytvzsicqbhead {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .dqpfjmzvkhead {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .vlfkaiejphead {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .vlfkaiejphead:hover {
        color: var(--primary-btn-bg);
      }


      .setkdrncfh {
        display: flex;
        gap: 10px;
      }

      .iyakejdsch {
        display: none;
      }
    

@media (max-width: 1024px) {
  .dqpfjmzvkhead {
    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;
  }

  .vlfkaiejphead {
    padding: 10px 0;
    display: block;
  }

  .dqpfjmzvkhead.active {
    opacity: 1;
    visibility: visible;
  }

  .iyakejdsch {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .iyakejdsch span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .iyakejdsch.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .iyakejdsch.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.wvxbhladmlog {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.wvxbhladmlog img {
  max-height: 80px;
}

.mewnjypsqprimary,
.pbvohxlrzsecond {
  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;
}

.mewnjypsqprimary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.mewnjypsqprimary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.pbvohxlrzsecond {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.pbvohxlrzsecond:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.auzdscjbybottom{
  position: relative;
}
.auzdscjbybottom * {
  z-index: 1;
  position: relative;
}


      .ksdcrtwlftxt > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffb233 0%, #ff9d00 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .ksdcrtwlftxt > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .ksdcrtwlftxt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

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

    .rjctngfpkpr__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .auzdscjbybottom {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .inycsadxbbottom {
      max-width: 1280px;
      margin: 0 auto;
    }

    .dxkhvwfqof {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .okfnypihubottom {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .shlkjyocvfooter {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .shlkjyocvfooter:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .rscxwagyvfooter {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .uyvjftcsnbot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .auzdscjbybottom {
        padding: 48px 16px;
      }

      .okfnypihubottom {
        gap: 16px;
      }
    }
    



.okfnypihubottom li:empty {
  display: none;
}

.irjksouexb {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.irjksouexb {
  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;
}

.irjksouexb svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.uxpsqejhfb{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.zlnvdbskimain {
  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;
}

.tcvzdmsextb{
  overflow-x: auto;
  width: 100%;
}

.ksdcrtwlftxt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ksdcrtwlftxt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ksdcrtwlftxt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ksdcrtwlftxt ul {
  list-style: none;
}

.ksdcrtwlftxt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ksdcrtwlftxt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ksdcrtwlftxt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .ksdcrtwlftxt 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 #ffe2b3;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .ksdcrtwlftxt 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;
    }

    .ksdcrtwlftxt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #FFB233;
        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;
      }
    


      .ksdcrtwlftxt 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 #ffcc8a;
        overflow: hidden;
      }

      .ksdcrtwlftxt table thead {
        background-color: #ffe9cc;
      }

      .ksdcrtwlftxt table thead tr {
        border-bottom: 1px solid #ffcc8a;
      }

      .ksdcrtwlftxt table th {
        padding: 15px 29px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .ksdcrtwlftxt table tbody tr {
        border-bottom: 1px solid #ffcc8a;
        transition: background-color 0.2s ease;
      }

      .ksdcrtwlftxt table tbody tr:last-child {
        border-bottom: none;
      }

      .ksdcrtwlftxt table tbody tr:hover {
        background-color: #ffebd1;
      }

      .ksdcrtwlftxt table td {
        padding: 22px 26px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .ksdcrtwlftxt table td:first-child {
        font-weight: 500;
      }
    

.ksdcrtwlftxt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.zsvqlakehposts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.roupdevkzposts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .bumjcrzystexted {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .bumjcrzystexted .zxrtmdqkpcol:first-child {
        order: 2;
      }

      .bumjcrzystexted .zxrtmdqkpcol:last-child {
        order: 1;
      }

      .bumjcrzystexted h2 {
        margin-top: 0;
      }

      .bumjcrzystexted figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .bumjcrzystexted figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .bumjcrzystexted img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .bumjcrzystexted {
          grid-template-columns: 1fr;
        }

        .bumjcrzystexted .zxrtmdqkpcol:first-child {
          order: 1;
        }

        .bumjcrzystexted .zxrtmdqkpcol:last-child {
          order: 2;
        }
      }
    

.eiucsfqmktable {
  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%;
}

.eiucsfqmktable p,
.eiucsfqmktable h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.eiucsfqmktable table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.eiucsfqmktable table td,
.eiucsfqmktable table th {
  border: 0;
}

.eiucsfqmktable table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.eiucsfqmktable tr:last-child {
  border-bottom: 0;
}

.eiucsfqmktable h2 {
  margin-top: 0;
}

/*
.owsbnvrxyblock {
  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);
}
  */

.efwvpxoycinv {
  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);
}


    .efwvpxoycinv{
      background: rgba(255,178,51,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,178,51,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.efwvpxoycinv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .uxpsqejhfb{
    flex-direction: column;
  }

  .zlnvdbskimain {
    width: 100%;
  }

  .eiucsfqmktable {
    padding: var(--py);
  }

  .efwvpxoycinv {
    padding: var(--py);
  }
}

.wdgucvynesm{
  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);
}
.wdgucvynesm 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;
}
.wdgucvynesm a:hover {
  color: var(--primary-btn-bg);
}
.wdgucvynesm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .utridyhaoform {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .skjzltrvxfrm {
      display: flex;
      flex-direction: column;
    }

    .exwfdanzofr, .nxiadkhprfr {
      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;
    }

    .exwfdanzofr:focus, .nxiadkhprfr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .nxiadkhprfr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .utridyhaoform button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .utridyhaoform button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .utridyhaoform {
        max-width: 100%;
        gap: 15px;
      }

      .exwfdanzofr, .nxiadkhprfr {
        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)
  }
}


            .irjksouexb {
                padding: var(--py);
            }

            .uxpsqejhfb {
                background-color: #ebe0e0;
                color: #000000;
                padding: 92px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .uxpsqejhfb p {
                font-size: 19px;
                max-width: 58%;
                margin: 0 auto var(--mb);
            }

            .upmaifwnlban {
                text-align: center;
                font-size: 3rem;
                line-height: 1.25;
            }

            .upmaifwnlban span {
                color: #cca000;
                background: linear-gradient(90deg, #cca000, #92cc00);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .upmaifwnlban {
                    font-size: 30px;
                }

                .uxpsqejhfb {
                    padding: 46px var(--py);
                }

                .uxpsqejhfb p {
                    width: 100%;
                }
            }
        


        .khwrxuyftrows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .owsbnvrxyblock {
            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;
        }

        .owsbnvrxyblock::before {
            content: '';
            position: absolute;
            top: 83%;
            left: 71%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FFB23320, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .owsbnvrxyblock:hover::before {
            width: 313px;
            height: 313px;
        }

        .owsbnvrxyblock:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .owsbnvrxyblock h3 {
            color: #333333;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .owsbnvrxyblock:hover h3 {
            color: #FFB233;
        }

        .owsbnvrxyblock p {
            color: #333333;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .khwrxuyftrows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        