/*!
Theme Name: 4ztgnw
Theme URI: #
Version: 9.5.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 4ztgnw
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #03A9F4;
  --primary-btn-bg: #FF5722;
  --secondary-btn-bg: #CDDC39;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #F44336;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4CAF50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F5F5F5;
  --table-border-color: #DDDDDD;
  --table-text-color: #292929;

  --body-bg-color: #3E2723;
  --card-bg-color: #7f5048;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 76%;
  --banner-padding: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #3E2723;
  --banner-text-color: #ffffff;

  --container-max-width: 1577px;
  --container-padding: 0 15px;
  --border-radius: 7px;
  --py: 26px;
  --py-2: 43px;
  --py-3: 78px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 137px;
  --menu-margin: 0;

  --animation-duration: 995ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #fcfcfc;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.ceyqzmw {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .topcdxgop {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .htfrpka {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .hhuqypf {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .headgdqfbl {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .headgdqfbl:hover {
        color: var(--primary-btn-bg);
      }


      .haquxbz {
        display: flex;
        gap: 10px;
      }

      .topgcdfyx {
        display: none;
      }
    

@media (max-width: 1024px) {
  .hhuqypf {
    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;
  }

  .headgdqfbl {
    padding: 10px 0;
    display: block;
  }

  .hhuqypf.active {
    opacity: 1;
    visibility: visible;
  }

  .topgcdfyx {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .topgcdfyx span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .topgcdfyx.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .topgcdfyx.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.lyfuawd {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.lyfuawd img {
  max-height: 80px;
}

.firstbwcyxq,
.secwhqjtu {
  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;
}

.firstbwcyxq {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.firstbwcyxq:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secwhqjtu {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secwhqjtu:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.botzsjawd{
  position: relative;
}
.botzsjawd * {
  z-index: 1;
  position: relative;
}


      .txtyzlhxe > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txtyzlhxe > .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;
      }

      .txtyzlhxe > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .pr__titlehjwlsk {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .botzsjawd {
      background: linear-gradient(135deg, #6ebf70 0%, #3d8a3f 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .botrdqwyg {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .bottomcnrhfo {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .footerxgafve {
      display: flex;
      flex-direction: column;
    }

    .bottomeguoah {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .botxaihkm {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bottomkljmiq {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .bottomkljmiq:hover {
      color: var(--primary-btn-bg);
    }

    .bottomxrnlha {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .bottomcnrhfo {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .botxaihkm {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.botxaihkm li:empty {
  display: none;
}

.mainmzwoxt {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.mainmzwoxt {
  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;
}

.mainmzwoxt svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bdzyvnb{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.bannerwvxkce {
  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;
}

.tblcupltz{
  overflow-x: auto;
  width: 100%;
}

.txtyzlhxe {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txtyzlhxe p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txtyzlhxe ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txtyzlhxe ul {
  list-style: none;
}

.txtyzlhxe ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txtyzlhxe ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txtyzlhxe 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;
    }

    .txtyzlhxe ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txtyzlhxe ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff5722 0%, #ff9270 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: 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: #FF5722;
        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;
      }
    


      .txtyzlhxe 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 #dbdbdb;
        box-shadow: 0 25px 50px -12px #dbdbdb;
      }

      .txtyzlhxe table thead {
        background-color: #ffffff;
      }

      .txtyzlhxe table thead tr {
        border-bottom: 1px solid #dbdbdb;
      }

      .txtyzlhxe table th {
        padding: 23px 27px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .txtyzlhxe table tbody tr {
        border-bottom: 1px solid #dbdbdb;
      }

      .txtyzlhxe table tbody tr:last-child {
        border-bottom: none;
      }

      .txtyzlhxe table td {
        padding: 22px 27px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .txtyzlhxe table td:first-child {
        font-weight: 500;
      }
    

.txtyzlhxe img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.itemdfxzpi {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.itemribgmd {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedwsvejp {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .textedwsvejp .colskxyopm:first-child {
        order: 2;
      }

      .textedwsvejp .colskxyopm:last-child {
        order: 1;
      }

      .textedwsvejp h2 {
        margin-top: 0;
      }

      .textedwsvejp figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .textedwsvejp 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);
      }

      .textedwsvejp img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .textedwsvejp {
          grid-template-columns: 1fr;
        }

        .textedwsvejp .colskxyopm:first-child {
          order: 1;
        }

        .textedwsvejp .colskxyopm:last-child {
          order: 2;
        }
      }
    

.tbiuywdf {
  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%;
}

.tbiuywdf p,
.tbiuywdf h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbiuywdf table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbiuywdf table td,
.tbiuywdf table th {
  border: 0;
}

.tbiuywdf table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbiuywdf tr:last-child {
  border-bottom: 0;
}

.tbiuywdf h2 {
  margin-top: 0;
}

/*
.cardmwfpzc {
  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);
}
  */

.darkqsjfvi {
  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);
}


    .darkqsjfvi{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.darkqsjfvi h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bdzyvnb{
    flex-direction: column;
  }

  .bannerwvxkce {
    width: 100%;
  }

  .tbiuywdf {
    padding: var(--py);
  }

  .darkqsjfvi {
    padding: var(--py);
  }
}

.sitemappageujsemz{
  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);
}
.sitemappageujsemz 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;
}
.sitemappageujsemz a:hover {
  color: var(--primary-btn-bg);
}
.sitemappageujsemz h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frdsbtmk {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .frmuivbe {
      display: flex;
      flex-direction: column;
    }

    .frupcxhe {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frobrlah {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .frapjkgn {
      display: flex;
      flex-direction: column;
    }

    .formgdtfbv, .fruiwldh {
      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;
    }

    .formgdtfbv:focus, .fruiwldh:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fruiwldh {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frmuivbe button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frmuivbe button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frdsbtmk {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .frobrlah {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .frupcxhe {
        gap: 15px;
      }

      .formgdtfbv, .fruiwldh {
        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)
  }
}


        .mainmzwoxt {
            position: relative;
            min-height: 443px;
            background: #3E2723;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .bannerwvxkce {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .bannerscykbi {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .mainhjonay {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .mainhjonay:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .mainhjonay:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .mainhjonay:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .mainhjonay:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .bannerspfiet {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1178px;
            max-width: 100%;
            padding: var(--py);
        }

        .mainrwexiu {
            font-size: clamp(2rem, 10vw, 2rem);
            font-weight: 900;
            color: #ffffff;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .herosiejvy {
            display: block;
        }

        .bannerndhijb {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1083px;
        }

        @media (max-width: 1024px) {
            .mainrwexiu {
                font-size: 32px;
            }
        }
        


        .blockslbdvkq {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .cardmwfpzc {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .cardmwfpzc::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .cardmwfpzc:hover::before {
            opacity: 1;
        }

        .cardmwfpzc:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .cardmwfpzc h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .cardmwfpzc p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blockslbdvkq {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        