/*!
Theme Name: 24ztc3
Theme URI: #
Version: 6.7.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 24ztc3
*/

:root {
  --text-color: #000000;
  --heading-color: #FF4500;
  --primary-btn-bg: #00CED1;
  --secondary-btn-bg: #FF7F50;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF4500;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF4500;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFDAB9;
  --table-border-color: #FF4500;
  --table-text-color: #1f0e00;

  --body-bg-color: #E6E6FA;
  --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: 68%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #00CED1;
  --banner-text-color: #333333;

  --container-max-width: 1385px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 26px;
  --py-2: 80px;
  --py-3: 79px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 113px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 300ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --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;
}

.khofmr__wrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .defcsh__h {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,69,0,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .okxzjd__h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .ouiarf__h {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ymonup__header {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ymonup__header:hover {
        color: var(--primary-btn-bg);
      }


      .ykdvmb__top {
        display: flex;
        gap: 10px;
      }

      .lptkrn__header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .ouiarf__h {
    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;
  }

  .ymonup__header {
    padding: 10px 0;
    display: block;
  }

  .ouiarf__h.active {
    opacity: 1;
    visibility: visible;
  }

  .lptkrn__header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .lptkrn__header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .lptkrn__header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .lptkrn__header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.zimowu__log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.zimowu__log img {
  max-height: 80px;
}

.pbauyr__primary,
.jqidvg__second {
  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;
}

.pbauyr__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.pbauyr__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.jqidvg__second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.jqidvg__second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.eqngdb__bottom{
  position: relative;
}
.eqngdb__bottom * {
  z-index: 1;
  position: relative;
}


      .uqezto__txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .uqezto__txt > .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;
      }

      .uqezto__txt > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .rnfgdp__lks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .eqngdb__bottom {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #ff571a 0%, #992900 40%, #330e00 60%);
    }

    .eqngdb__bottom::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .fhjonz__bot {
      max-width: 1536px;
      margin: 0 auto;
    }

    .xnqcbt__f {
      position: relative;
    }

    .ysakrc__footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .ysdzlx__bottom {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .ysdzlx__bottom:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .enudmr__footer {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .yqxhfd__footer {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .eqngdb__bottom {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .ysakrc__footer {
        gap: 24px;
      }
    }
    



.ysakrc__footer li:empty {
  display: none;
}

.yqhvjn__hero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.yqhvjn__hero {
  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;
}

.yqhvjn__hero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.xizfrq__b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.xczgir__hr {
  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;
}

.retgvl__tbl{
  overflow-x: auto;
  width: 100%;
}

.uqezto__txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.uqezto__txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.uqezto__txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.uqezto__txt ul {
  list-style: none;
}

.uqezto__txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.uqezto__txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .uqezto__txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .uqezto__txt 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 #52fcff;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .uqezto__txt 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;
    }

    .uqezto__txt 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: #00CED1;
        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;
      }
    


      .uqezto__txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .uqezto__txt table th,
      .uqezto__txt table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.uqezto__txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.kvozbi__blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.waljgz__post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .iaruph__col {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .iaruph__col .fpdhgy__texted:first-child {
        order: 1;
      }

      .iaruph__col .fpdhgy__texted:last-child {
        order: 2;
      }

      .iaruph__col h2 {
        margin-top: 0;
      }

      .iaruph__col figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .iaruph__col 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);
      }

      .iaruph__col img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .iaruph__col {
          grid-template-columns: 1fr;
        }

        .iaruph__col .fpdhgy__texted:first-child {
          order: 1;
        }

        .iaruph__col .fpdhgy__texted:last-child {
          order: 2;
        }
      }
    

.dwxgry__tbl {
  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%;
}

.dwxgry__tbl p,
.dwxgry__tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.dwxgry__tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.dwxgry__tbl table td,
.dwxgry__tbl table th {
  border: 0;
}

.dwxgry__tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.dwxgry__tbl tr:last-child {
  border-bottom: 0;
}

.dwxgry__tbl h2 {
  margin-top: 0;
}

/*
.yxtmgi__blocks {
  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);
}
  */

.umworf__inv {
  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);
}


    .umworf__inv{
      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);
    }
    

.umworf__inv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .xizfrq__b{
    flex-direction: column;
  }

  .xczgir__hr {
    width: 100%;
  }

  .dwxgry__tbl {
    padding: var(--py);
  }

  .umworf__inv {
    padding: var(--py);
  }
}

.daugtw__sitemappage{
  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);
}
.daugtw__sitemappage 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;
}
.daugtw__sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.daugtw__sitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .nhlvmw__fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .gdlqto__frm {
      display: flex;
      flex-direction: column;
    }

    .qljucn__form, .fcnqvk__frm {
      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;
    }

    .qljucn__form:focus, .fcnqvk__frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fcnqvk__frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .nhlvmw__fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .nhlvmw__fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .nhlvmw__fr {
        max-width: 100%;
        gap: 15px;
      }

      .qljucn__form, .fcnqvk__frm {
        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)
  }
}


            .yqhvjn__hero {
                padding: var(--py);
            }

            .xizfrq__b {
                background-color: #b2b2fa;
                color: #333333;
                padding: 97px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .xizfrq__b p {
                font-size: 16px;
                max-width: 61%;
                margin: 0 auto var(--mb);
            }

            .dhplno__hr {
                text-align: center;
                font-size: 3rem;
                line-height: 1.25;
            }

            .dhplno__hr span {
                color: #00576b;
                background: linear-gradient(90deg, #00576b, #00226b);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .dhplno__hr {
                    font-size: 34px;
                }

                .xizfrq__b {
                    padding: 59px var(--py);
                }

                .xizfrq__b p {
                    width: 100%;
                }
            }
        


        .tbarks__block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .yxtmgi__blocks {
            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;
        }

        .yxtmgi__blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #00CED1, #FF7F50);
        }

        .yxtmgi__blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .yxtmgi__blocks h3 {
            color: #000000;
        }

        .yxtmgi__blocks p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .tbarks__block {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        