/*!
Theme Name: 8tvu2w
Theme URI: #
Version: 3.6.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 8tvu2w
*/

:root {
  --text-color: #000000;
  --heading-color: #F39C12;
  --primary-btn-bg: #E67E22;
  --secondary-btn-bg: #D35400;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FAD7A1;
  --header-text-color: #F39C12;
  --header-border: 1px solid #E67E22;

  --footer-bg-color: #C0392B;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F9E79F;
  --table-border-color: #E74C3C;
  --table-text-color: #000000;

  --body-bg-color: #FAD7A1;
  --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: 77%;
  --banner-padding: 208.8px;
  --banner-border: 1px solid #E67E22;
  --banner-bg-color: #FAD7A1;
  --banner-text-color: #333333;

  --container-max-width: 1433px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 35px;
  --py-2: 57px;
  --py-3: 69px;
  --text-align: center;
  --mb: 18px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 181px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 651ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #030303;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.wrapvkrpahuy {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .toplsghnuxr {
        color: var(--header-text-color);
        padding: 0;
      }

      .toplsghnuxr .wrapvkrpahuy {
        border-bottom: 1px solid #f2be90;
      }

      .headxqruapyw {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .tophpnldysa {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .headtaoqvfuk {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .headtaoqvfuk:hover {
        color: var(--primary-btn-bg);
      }


      .headerfagrmecl {
        display: flex;
        gap: 10px;
      }

      .hxadrtfmv {
        display: none;
      }

      @media (max-width: 1024px) {
        .headtaoqvfuk {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .tophpnldysa {
    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;
  }

  .headtaoqvfuk {
    padding: 10px 0;
    display: block;
  }

  .tophpnldysa.active {
    opacity: 1;
    visibility: visible;
  }

  .hxadrtfmv {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .hxadrtfmv span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .hxadrtfmv.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .hxadrtfmv.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brandbkcpsxig {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brandbkcpsxig img {
  max-height: 80px;
}

.primsqmnofrw,
.sechdmbyrle {
  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;
}

.primsqmnofrw {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primsqmnofrw:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sechdmbyrle {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sechdmbyrle:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ffqrpjzig{
  position: relative;
}
.ffqrpjzig * {
  z-index: 1;
  position: relative;
}


      .textlrxyozsc > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .textlrxyozsc > .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;
      }

      .textlrxyozsc > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .partners__titleoswbnhmq {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .ffqrpjzig {
      background: linear-gradient(135deg, #d55648 0%, #962e22 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .botufltioxs {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .footerckvrzdlm {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .bothfjuqkwc {
      display: flex;
      flex-direction: column;
    }

    .footomtprvkh {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footerliwhaugj {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .botsqzgjeby {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .botsqzgjeby:hover {
      color: var(--primary-btn-bg);
    }

    .botgobzaksi {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .footerckvrzdlm {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .footerliwhaugj {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.footerliwhaugj li:empty {
  display: none;
}

.bchfmyabz {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.bchfmyabz {
  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;
}

.bchfmyabz svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bzxwieglm{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hrmepoghvw {
  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;
}

.tblygksjxch{
  overflow-x: auto;
  width: 100%;
}

.textlrxyozsc {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.textlrxyozsc p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.textlrxyozsc ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.textlrxyozsc ul {
  list-style: none;
}

.textlrxyozsc ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.textlrxyozsc ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .textlrxyozsc ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .textlrxyozsc 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 #f3c195;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .textlrxyozsc 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;
    }

    .textlrxyozsc 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: #E67E22;
        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;
      }
    


      .textlrxyozsc 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.1);
        overflow: hidden;
      }

      .textlrxyozsc table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .textlrxyozsc table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .textlrxyozsc table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .textlrxyozsc table tbody tr:last-child {
        border-bottom: none;
      }

      .textlrxyozsc table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .textlrxyozsc table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .textlrxyozsc table td:first-child {
        font-weight: normal;
      }
    

.textlrxyozsc img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articleswcmtkspy {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.postqzdcsbgf {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .colsrxysjkvb {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .colsrxysjkvb .colsaumvtojd:first-child {
        order: 1;
        padding: 22px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .colsrxysjkvb .colsaumvtojd:last-child {
        order: 2;
      }

      .colsrxysjkvb h2 {
        margin-top: 0;
      }

      .colsrxysjkvb img,
      .colsrxysjkvb figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .colsrxysjkvb {
          grid-template-columns: 1fr;
        }

        .colsrxysjkvb .colsaumvtojd:first-child {
          order: 1;
        }

        .colsrxysjkvb .colsaumvtojd:last-child {
          order: 2;
        }
      }
    

.tablejfopeahy {
  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%;
}

.tablejfopeahy p,
.tablejfopeahy h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tablejfopeahy table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tablejfopeahy table td,
.tablejfopeahy table th {
  border: 0;
}

.tablejfopeahy table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tablejfopeahy tr:last-child {
  border-bottom: 0;
}

.tablejfopeahy h2 {
  margin-top: 0;
}

/*
.rowxhytdpag {
  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);
}
  */

.contrastcnayxovh {
  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);
}


    .contrastcnayxovh{
      background: rgba(230,126,34,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(230,126,34,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.contrastcnayxovh h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bzxwieglm{
    flex-direction: column;
  }

  .hrmepoghvw {
    width: 100%;
  }

  .tablejfopeahy {
    padding: var(--py);
  }

  .contrastcnayxovh {
    padding: var(--py);
  }
}

.sitemapkjibcypm{
  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);
}
.sitemapkjibcypm 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;
}
.sitemapkjibcypm a:hover {
  color: var(--primary-btn-bg);
}
.sitemapkjibcypm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frubhdltwn {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frymqzjgow {
      display: flex;
      flex-direction: column;
    }

    .frmhqrmfgzn, .formojmnvupi {
      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;
    }

    .frmhqrmfgzn:focus, .formojmnvupi:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formojmnvupi {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frubhdltwn button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frubhdltwn button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frubhdltwn {
        max-width: 100%;
        gap: 15px;
      }

      .frmhqrmfgzn, .formojmnvupi {
        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)
  }
}


        .bchfmyabz {
        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;
        }

        .bchfmyabz svg {
        position: absolute;
        bottom: -3px;
        left: -30px;
        right: -30px;
        z-index: 0;
        }

        .bzxwieglm{
        display: flex;
        justify-content: var(--banner-direction);
        align-items: center;
        gap: var(--mb);
        }

        .hrmepoghvw {
        width: var(--banner-column);
        animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
        animation-fill-mode: both;
        position: relative;
        z-index: 10;
        }

        @media (max-width: 1024px) {
            .bchfmyabz {
                padding: var(--py) 0;
            }

            .hrmepoghvw {
                width: 100%;
            }
        }
        


        .rowyrqubevx {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rowxhytdpag {
            background: linear-gradient(228deg, #E67E22, #D35400);
            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;
        }

        .rowxhytdpag::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;
        }

        .rowxhytdpag:hover::before {
            transform: translateX(100%);
        }

        .rowxhytdpag:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .rowxhytdpag h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .rowxhytdpag p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rowyrqubevx {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        