/*!
Theme Name: o8xkb3
Theme URI: #
Version: 9.3.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: o8xkb3
*/

:root {
  --text-color: #3C3C3C;
  --heading-color: #FFBB00;
  --primary-btn-bg: #FFC8A1;
  --secondary-btn-bg: #4BFF94;
  --primary-btn-color: #3C3C3C;
  --secondary-btn-color: #3C3C3C;

  --header-bg-color: #FFFFFF;
  --header-text-color: #FFBB00;
  --header-border: 1px solid #FFC8A1;

  --footer-bg-color: #2E2E2E;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F7F7F7;
  --table-border-color: #FFC8A1;
  --table-text-color: #2b2b2b;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #3C3C3C;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 66%;
  --banner-padding: 208.8px;
  --banner-border: 2px solid #FFC8A1;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1074px;
  --container-padding: 0 15px;
  --border-radius: 8px;
  --py: 17px;
  --py-2: 70px;
  --py-3: 56px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 167px;
  --menu-margin: 0;

  --animation-duration: 390ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 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;
}

.cnmohyafwrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .xplkcjbvhead {
        padding: var(--py) 0;
      }

      .gwyhqzajtop {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .ztxdmroqhead {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffe3d0;
      }

      .atvymhqktop {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .atvymhqktop:hover {
        color: var(--primary-btn-bg);
      }


      .chawdyxeh {
        display: flex;
        gap: 10px;
      }

      .jzbxidogtop {
        display: none;
      }

      .hjbydwqol img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .gwyhqzajtop {
          justify-content: space-between;
          flex-direction: row;
        }

        .atvymhqktop {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .ztxdmroqhead {
    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;
  }

  .atvymhqktop {
    padding: 10px 0;
    display: block;
  }

  .ztxdmroqhead.active {
    opacity: 1;
    visibility: visible;
  }

  .jzbxidogtop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jzbxidogtop span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jzbxidogtop.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jzbxidogtop.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.hjbydwqol {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.hjbydwqol img {
  max-height: 80px;
}

.dpizchwxp,
.hgidzynaalt {
  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;
}

.dpizchwxp {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.dpizchwxp:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hgidzynaalt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.hgidzynaalt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.wzdurlqaf{
  position: relative;
}
.wzdurlqaf * {
  z-index: 1;
  position: relative;
}


      .dzqhkcwucontent > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .dzqhkcwucontent > .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;
      }

      .dzqhkcwucontent > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .extfrhyplks__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .wzdurlqaf {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .ayobjcdkbot {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .xrbpjeztf {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .rxzqdwhlbottom {
      display: flex;
      flex-direction: column;
    }

    .bqsncltxf {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .dblesojgbot {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .ahgrydqof {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .ahgrydqof:hover {
      color: var(--primary-btn-bg);
    }

    .nubtziwqfooter {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .fzctwqnvf {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .aptdioqwfooter {
      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;
    }

    .aptdioqwfooter::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .xrbpjeztf {
        flex-direction: column;
      }
    }
    



.dblesojgbot li:empty {
  display: none;
}

.xgkvuzlehero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.xgkvuzlehero {
  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;
}

.xgkvuzlehero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.alecigboban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.wyhnrqixbanner {
  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;
}

.kbnclwhftb{
  overflow-x: auto;
  width: 100%;
}

.dzqhkcwucontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.dzqhkcwucontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.dzqhkcwucontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.dzqhkcwucontent ul {
  list-style: none;
}

.dzqhkcwucontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.dzqhkcwucontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .dzqhkcwucontent ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .dzqhkcwucontent 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 #ffffff;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .dzqhkcwucontent 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;
    }

    .dzqhkcwucontent 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: #FFC8A1;
        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;
      }
    


      .dzqhkcwucontent 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 #dedede;
        box-shadow: 0 25px 50px -12px #dedede;
      }

      .dzqhkcwucontent table thead {
        background-color: #ffffff;
      }

      .dzqhkcwucontent table thead tr {
        border-bottom: 1px solid #dedede;
      }

      .dzqhkcwucontent table th {
        padding: 17px 30px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .dzqhkcwucontent table tbody tr {
        border-bottom: 1px solid #dedede;
      }

      .dzqhkcwucontent table tbody tr:last-child {
        border-bottom: none;
      }

      .dzqhkcwucontent table td {
        padding: 22px 33px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .dzqhkcwucontent table td:first-child {
        font-weight: 500;
      }
    

.dzqhkcwucontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.atrspeihposts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gmzuijvrposts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .itqxgnfucolumn {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .itqxgnfucolumn .smtqalbkcols:first-child {
        order: 1;
      }

      .itqxgnfucolumn .smtqalbkcols:last-child {
        order: 2;
      }

      .itqxgnfucolumn h2 {
        margin-top: 0;
      }

      .itqxgnfucolumn figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .itqxgnfucolumn 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);
      }

      .itqxgnfucolumn img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .itqxgnfucolumn {
          grid-template-columns: 1fr;
        }

        .itqxgnfucolumn .smtqalbkcols:first-child {
          order: 1;
        }

        .itqxgnfucolumn .smtqalbkcols:last-child {
          order: 2;
        }
      }
    

.cmdyhuqstb {
  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%;
}

.cmdyhuqstb p,
.cmdyhuqstb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.cmdyhuqstb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.cmdyhuqstb table td,
.cmdyhuqstb table th {
  border: 0;
}

.cmdyhuqstb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.cmdyhuqstb tr:last-child {
  border-bottom: 0;
}

.cmdyhuqstb h2 {
  margin-top: 0;
}

/*
.ljmtfpqbcard {
  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);
}
  */

.frovkswninv {
  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);
}


    .frovkswninv{
      background: linear-gradient(135deg, #ffc8a1 0%, #ffd9a3 50%, #f7ffa3 100%);
      padding: 53px;
    }
    

.frovkswninv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .alecigboban{
    flex-direction: column;
  }

  .wyhnrqixbanner {
    width: 100%;
  }

  .cmdyhuqstb {
    padding: var(--py);
  }

  .frovkswninv {
    padding: var(--py);
  }
}

.kmtnwcybsitemappage{
  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);
}
.kmtnwcybsitemappage 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;
}
.kmtnwcybsitemappage a:hover {
  color: var(--primary-btn-bg);
}
.kmtnwcybsitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fbpvcximform {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .feosygwhform {
      display: flex;
      flex-direction: column;
    }

    .wcvtlkpmfrm, .mctgqhsyform {
      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;
    }

    .wcvtlkpmfrm:focus, .mctgqhsyform:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .mctgqhsyform {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fbpvcximform button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fbpvcximform button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fbpvcximform {
        max-width: 100%;
        gap: 15px;
      }

      .wcvtlkpmfrm, .mctgqhsyform {
        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)
  }
}


            .xgkvuzlehero {
                padding: var(--py);
            }

            .alecigboban {
                background-color: #ebe0e0;
                color: #000000;
                padding: 110px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .alecigboban p {
                font-size: 17px;
                max-width: 70%;
                margin: 0 auto var(--mb);
            }

            .aihmludwbanner {
                text-align: center;
                font-size: 3rem;
                line-height: 1.25;
            }

            .aihmludwbanner span {
                color: #ffae3d;
                background: linear-gradient(90deg, #ffae3d, #efff3d);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .aihmludwbanner {
                    font-size: 26px;
                }

                .alecigboban {
                    padding: 45px var(--py);
                }

                .alecigboban p {
                    width: 100%;
                }
            }
        


        .xjketzrnblock {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .ljmtfpqbcard {
            background: linear-gradient(280deg, #FFC8A1, #4BFF94);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .ljmtfpqbcard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .ljmtfpqbcard:hover::before {
            transform: translateX(100%);
        }

        .ljmtfpqbcard:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .ljmtfpqbcard h3 {
            color: #3C3C3C;
            position: relative;
            z-index: 1;
        }

        .ljmtfpqbcard p {
            color: #3C3C3C;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .xjketzrnblock {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        