/*!
Theme Name: 0lz5ov
Theme URI: #
Version: 6.2.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 0lz5ov
*/

:root {
  --text-color: #2E4053;
  --heading-color: #C0392B;
  --primary-btn-bg: #1ABC9C;
  --secondary-btn-bg: #F1C40F;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #C0392B;
  --header-border: 1px solid #1ABC9C;

  --footer-bg-color: #2E4053;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #D5DBDB;
  --table-border-color: #C0392B;
  --table-text-color: #0c0e0e;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #2E4053;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 72%;
  --banner-padding: 194.4px;
  --banner-border: 3px solid #1ABC9C;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1389px;
  --container-padding: 0 15px;
  --border-radius: 21px;
  --py: 18px;
  --py-2: 48px;
  --py-3: 78px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 162px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 422ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --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;
}

.cont--vhgpzwa {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.header--hwmvjti {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.header--dzopjwm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.top--hqwvsfa {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.header--wqkbysx {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.header--wqkbysx:hover {
  color: var(--primary-btn-bg);
}


.top--lvgxwtp {
  display: flex;
  gap: 10px;
}

.log--rmkqscy {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log--rmkqscy img {
  max-height: 80px;
}

.p--vkibrat,
.second--osmifzt {
  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;
}

.p--vkibrat {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p--vkibrat:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--osmifzt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--osmifzt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer--frtovzg{
  position: relative;
}
.footer--frtovzg * {
  z-index: 1;
  position: relative;
}


    .footer--frtovzg {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .foot--rnjwefl {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .bottom--vaiqbzk {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .f--xdbmlsw {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .f--xdbmlsw:hover {
      color: var(--primary-btn-bg);
    }

    .bot--kxadotq {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bot--gkycumj {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .foot--rnjwefl {
        flex-direction: column;
        gap: 20px;
      }
    }
    


        .footer--frtovzg:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(#000000 2.6px, transparent 2.6px), linear-gradient(to right, #000000 2.6px, #3f5873 2.6px);
            background-size: 182px 182px;
            
        }
        

.bottom--vaiqbzk li:empty {
  display: none;
}

.main--wlhkvmx {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main--wlhkvmx {
  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;
}

.main--wlhkvmx svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ban--qhtdxnj{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero--bhfoqyp {
  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;
}

.table--ecjybrg{
  overflow-x: auto;
  width: 100%;
}

.txt--qybpaix {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--qybpaix p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--qybpaix ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--qybpaix ul {
  list-style: none;
}

.txt--qybpaix ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--qybpaix ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--qybpaix ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .txt--qybpaix 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 #6bebd1;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .txt--qybpaix 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;
    }

    .txt--qybpaix ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #1ABC9C;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    

.txt--qybpaix 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);
}

.txt--qybpaix table th,
.txt--qybpaix table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.txt--qybpaix img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.article--vecimbk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post--ybmqrou {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols--hnxfraq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols--hnxfraq .col--vsxpndb:first-child {
        order: 2;
      }

      .cols--hnxfraq .col--vsxpndb:last-child {
        order: 1;
      }

      .cols--hnxfraq h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .cols--hnxfraq {
          grid-template-columns: 1fr;
        }

        .cols--hnxfraq .col--vsxpndb:first-child {
          order: 1;
        }

        .cols--hnxfraq .col--vsxpndb:last-child {
          order: 2;
        }
      }
    

.table--xhisgfu {
  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%;
}

.table--xhisgfu p,
.table--xhisgfu h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table--xhisgfu table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table--xhisgfu table td,
.table--xhisgfu table th {
  border: 0;
}

.table--xhisgfu table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table--xhisgfu tr:last-child {
  border-bottom: 0;
}

.table--xhisgfu h2 {
  margin-top: 0;
}

/*
.rows--cvopnwb {
  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);
}
  */

.contrast--qaxbuvt {
  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);
}


    .contrast--qaxbuvt{
      background: linear-gradient(135deg, #333333 0%, #4d4d4d 100%);
      border-left: 4px solid var(--primary-btn-bg);
    }
    

.contrast--qaxbuvt h2 {
  color: inherit;
  margin-top: 0;
}

.head--wmvnahf {
  display: none;
}

@media (max-width: 1024px) {
  .top--hqwvsfa {
    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;
  }

  .header--wqkbysx {
    padding: 10px 0;
    display: block;
  }

  .top--hqwvsfa.active {
    opacity: 1;
    visibility: visible;
  }

  .head--wmvnahf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head--wmvnahf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head--wmvnahf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head--wmvnahf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .ban--qhtdxnj{
    flex-direction: column;
  }

  .hero--bhfoqyp {
    width: 100%;
  }

  .table--xhisgfu {
    padding: var(--py);
  }

  .contrast--qaxbuvt {
    padding: var(--py);
  }
}

.map--pbqlswt{
  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);
}
.map--pbqlswt 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;
}
.map--pbqlswt a:hover {
  color: var(--primary-btn-bg);
}
.map--pbqlswt h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm--pmsiqry {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .form--mzsbgui {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .frm--kufacir {
      padding: 40px 0;
    }

    .form--dnqfjsp {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .form--hkmyscv {
      color: var(--text-color);
      font-size: 16px;
    }

    .form--hkmyscv strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr--simtkdb {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .fr--bhqgunm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm--vbjsefu {
      display: flex;
      flex-direction: column;
    }

    .fr--pbmeykg, .fr--gldswpc {
      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;
    }

    .fr--pbmeykg:focus, .fr--gldswpc:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr--gldswpc {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr--bhqgunm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr--bhqgunm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form--mzsbgui {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .fr--simtkdb {
        padding: 30px 20px;
      }

      .frm--kufacir {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


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

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

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

.pr__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@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)
  }
}


        .main--wlhkvmx {
            position: relative;
            min-height: 509px;
            background: #FFFFFF;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero--bhfoqyp {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .hr--xorntwz {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hero--alxcjpn {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .hero--alxcjpn:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .hero--alxcjpn:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .hero--alxcjpn:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .hero--alxcjpn:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .hero--xkbwfzy {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1087px;
            max-width: 100%;
            padding: var(--py);
        }

        .b--zhdaruv {
            font-size: clamp(2rem, 10vw, 2rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .ban--jxmorui {
            display: block;
        }

        .banner--fldtuph {
            font-size: 18px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1136px;
        }

        @media (max-width: 1024px) {
            .b--zhdaruv {
                font-size: 28px;
            }
        }
        


        .rows--oguymcq {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .rows--cvopnwb {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .rows--cvopnwb:hover {
            border-color: #1ABC9C;
            transform: translateY(-4px);
        }

        .rows--cvopnwb h3 {
            color: #2E4053;
        }

        .rows--cvopnwb p {
            color: #2E4053;
            margin: 0;
        }

        @media (max-width: 768px) {
            .rows--oguymcq {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        