/*!
Theme Name: y7s9df
Theme URI: #
Version: 6.4.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: y7s9df
*/

:root {
  --text-color: #222222;
  --heading-color: #F39C12;
  --primary-btn-bg: #E74C3C;
  --secondary-btn-bg: #8E44AD;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #2980B9;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #34495E;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #ECF0F1;
  --table-border-color: #BDC3C7;
  --table-text-color: #1e2729;

  --body-bg-color: #FEFEFE;
  --card-bg-color: #ffffff;
  --card-text-color: #222222;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 79%;
  --banner-padding: 180px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1135px;
  --container-padding: 0 15px;
  --border-radius: 29px;
  --py: 27px;
  --py-2: 73px;
  --py-3: 64px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 188px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 566ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ededed;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.conthexzsyt {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.headerosmedtn {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.headtnqrhod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.headerngfvyhj {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.hjdawivq {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.hjdawivq:hover {
  color: var(--primary-btn-bg);
}


.hjbncavt {
  display: flex;
  gap: 10px;
}

.logoxvuhjfo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logoxvuhjfo img {
  max-height: 80px;
}

.primytsplia,
.secondkjbsdge {
  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;
}

.primytsplia {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primytsplia:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondkjbsdge {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondkjbsdge:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.botbpnagix{
  position: relative;
}
.botbpnagix * {
  z-index: 1;
  position: relative;
}


    .botbpnagix {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .fdgaopyz {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .fgbzlkex {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .fyojpugn {
      display: flex;
      flex-direction: column;
    }

    .botcladbtk {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footernrjoqbw {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .footrytchgp {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .footrytchgp:hover {
      color: var(--primary-btn-bg);
    }

    .fhipglfz {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .flhvjotq {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .botxwjyktf {
      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;
    }

    .botxwjyktf::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .fgbzlkex {
        flex-direction: column;
      }
    }
    



.footernrjoqbw li:empty {
  display: none;
}

.hrgtqmxie {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hrgtqmxie {
  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;
}

.hrgtqmxie svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.heroehvsxlz{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hriynowvp {
  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;
}

.tablelkvapmt{
  overflow-x: auto;
  width: 100%;
}

.contentvqhoatf {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.contentvqhoatf p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.contentvqhoatf ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.contentvqhoatf ul {
  list-style: none;
}

.contentvqhoatf ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.contentvqhoatf ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .contentvqhoatf 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;
    }

    .contentvqhoatf ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .contentvqhoatf ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #e74c3c 0%, #ef8b80 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: #E74C3C;
        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;
      }
    

.contentvqhoatf 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);
}

.contentvqhoatf table th,
.contentvqhoatf table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.contentvqhoatf img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articlesptmjbfw {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.postytgdonz {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedduslcnx {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .textedduslcnx .columngumrqyn:first-child {
        order: 2;
      }

      .textedduslcnx .columngumrqyn:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .textedduslcnx h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .textedduslcnx h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #e74c3c 0%, #f2a097 100%);
        border-radius: 2px;
      }

      .textedduslcnx figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .textedduslcnx figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .textedduslcnx figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .textedduslcnx {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .textedduslcnx .columngumrqyn:first-child {
          order: 1;
        }

        .textedduslcnx .columngumrqyn:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbgkmpcaj {
  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%;
}

.tbgkmpcaj p,
.tbgkmpcaj h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbgkmpcaj table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbgkmpcaj table td,
.tbgkmpcaj table th {
  border: 0;
}

.tbgkmpcaj table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbgkmpcaj tr:last-child {
  border-bottom: 0;
}

.tbgkmpcaj h2 {
  margin-top: 0;
}

/*
.rowojetfva {
  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);
}
  */

.darkedlqrswxh {
  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);
}


    .darkedlqrswxh{
      background: linear-gradient(135deg, #e74c3c 0%, #e7693c 50%, #e7bf3c 100%);
      padding: 42px;
    }
    

.darkedlqrswxh h2 {
  color: inherit;
  margin-top: 0;
}

.headerusxnakv {
  display: none;
}

@media (max-width: 1024px) {
  .headerngfvyhj {
    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;
  }

  .hjdawivq {
    padding: 10px 0;
    display: block;
  }

  .headerngfvyhj.active {
    opacity: 1;
    visibility: visible;
  }

  .headerusxnakv {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .headerusxnakv span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .headerusxnakv.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .headerusxnakv.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .heroehvsxlz{
    flex-direction: column;
  }

  .hriynowvp {
    width: 100%;
  }

  .tbgkmpcaj {
    padding: var(--py);
  }

  .darkedlqrswxh {
    padding: var(--py);
  }
}

.mapmbjgztl{
  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);
}
.mapmbjgztl 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;
}
.mapmbjgztl a:hover {
  color: var(--primary-btn-bg);
}
.mapmbjgztl h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formwzxntqv {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .frmljyvbxd {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .formxkyfglw {
      padding: 40px 0;
    }

    .formmsqafne {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .frjnvqiyx {
      color: var(--text-color);
      font-size: 16px;
    }

    .frjnvqiyx strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .frfquxare {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .frqtleoup {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frwpxfhko {
      display: flex;
      flex-direction: column;
    }

    .frmhjcgdts, .frmflvhiw {
      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;
    }

    .frmhjcgdts:focus, .frmflvhiw:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frmflvhiw {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frqtleoup button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frqtleoup button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frmljyvbxd {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .frfquxare {
        padding: 30px 20px;
      }

      .formxkyfglw {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    


.our--pbnjvayd {
  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--pbnjvayd a {
  color: var(--table-text-color);
  text-decoration: none;
  text-transform: capitalize;
  transition: all .3s ease;
}

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

.pr__title--mwgedysp {
  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)
  }
}


        .hrgtqmxie {
            position: relative;
            min-height: 488px;
            background: linear-gradient(297deg, #E74C3C, #8E44AD);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hriynowvp {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .mainuztihpm {
            position: absolute;
            inset: 0;
        }

        .maindmekbzn {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .maindmekbzn:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .maindmekbzn:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .maindmekbzn:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .maindmekbzn:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .maindmekbzn:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .maindmekbzn:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .maindmekbzn:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .maindmekbzn:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .heroghuspxm {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1169px;
            max-width: 100%;
            padding: var(--py);
        }

        .mainapvmyeb {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.2;
        }

        .bannerxakqczt {
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .mainapvmyeb {
                font-size: 33px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .blocktuogfjc {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .rowojetfva {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 3px solid #E74C3C;
        }

        .rowojetfva:nth-child(even) {
            border-left-color: #8E44AD;
            margin-left: 14px;
        }

        .rowojetfva:nth-child(odd) {
            margin-right: 14px;
        }

        .rowojetfva::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #E74C3C05, #8E44AD05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .rowojetfva:hover::before {
            opacity: 1;
        }

        .rowojetfva:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .rowojetfva h3 {
            color: #222222;
            position: relative;
            z-index: 1;
        }

        .rowojetfva p {
            color: #222222;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blocktuogfjc {
                max-width: 100%;
            }

            .rowojetfva:nth-child(even),
            .rowojetfva:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        