/*!
Theme Name: 9mrt6a
Theme URI: #
Version: 9.4.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 9mrt6a
*/

:root {
  --text-color: #000000;
  --heading-color: #3f51b5;
  --primary-btn-bg: #ff3d00;
  --secondary-btn-bg: #ffeb3b;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #000000;

  --header-bg-color: #2196f3;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #37474f;
  --footer-text-color: #ffffff;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #f5f5f5;
  --table-border-color: #b0bec5;
  --table-text-color: #292929;

  --body-bg-color: #ffffff;
  --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: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #f4f4f4;
  --banner-text-color: #333333;

  --container-max-width: 1336px;
  --container-padding: 0 15px;
  --border-radius: 19px;
  --py: 39px;
  --py-2: 76px;
  --py-3: 51px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 196px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 914ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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-fltsjacvu {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h-hsjpxqvoi {
        padding: var(--py) 0;
      }

      .head-wkdsvgihr {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .h-pnqzahjgx {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ff9e7f;
      }

      .top-fhxvendps {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top-fhxvendps:hover {
        color: var(--primary-btn-bg);
      }


      .h-zbndctols {
        display: flex;
        gap: 10px;
      }

      .head-upqwtbafd {
        display: none;
      }

      .logo-qgowhmbfd img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .head-wkdsvgihr {
          justify-content: space-between;
          flex-direction: row;
        }

        .top-fhxvendps {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .h-pnqzahjgx {
    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;
  }

  .top-fhxvendps {
    padding: 10px 0;
    display: block;
  }

  .h-pnqzahjgx.active {
    opacity: 1;
    visibility: visible;
  }

  .head-upqwtbafd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head-upqwtbafd span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head-upqwtbafd.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head-upqwtbafd.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo-qgowhmbfd {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo-qgowhmbfd img {
  max-height: 80px;
}

.prim-hoaskmpex,
.sec-xoyzrilbq {
  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;
}

.prim-hoaskmpex {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim-hoaskmpex:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-xoyzrilbq {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-xoyzrilbq:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom-yqedtbrni{
  position: relative;
}
.bottom-yqedtbrni * {
  z-index: 1;
  position: relative;
}


      .content-qnslmuhgf > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ff8a66;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .content-qnslmuhgf > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .content-qnslmuhgf > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

    .nvs-amhlfqkyu a:hover {
      opacity: .7;
    }

    .our__title-xdhkoywpf {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottom-yqedtbrni {
      background: linear-gradient(135deg, #4b616c 0%, #212b30 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .f-nmxvuqwpl {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .bot-vhmidwfgo {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .foot-wzsvreptc {
      display: flex;
      flex-direction: column;
    }

    .foot-etibaquno {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .footer-vesnxjilp {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot-uqmhdtzcv {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .foot-uqmhdtzcv:hover {
      color: var(--primary-btn-bg);
    }

    .bot-nmiwsxedq {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .bot-vhmidwfgo {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .footer-vesnxjilp {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.footer-vesnxjilp li:empty {
  display: none;
}

.banner-rpwclsyhz {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner-rpwclsyhz {
  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;
}

.banner-rpwclsyhz svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr-dsnqlzxph{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b-tkbvanxiy {
  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;
}

.tb-ozpwyfsqu{
  overflow-x: auto;
  width: 100%;
}

.content-qnslmuhgf {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content-qnslmuhgf p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content-qnslmuhgf ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content-qnslmuhgf ul {
  list-style: none;
}

.content-qnslmuhgf ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content-qnslmuhgf ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content-qnslmuhgf 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;
    }

    .content-qnslmuhgf ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .content-qnslmuhgf ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #ff3d00 0%, #b32a00 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #ff3d00;
        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;
      }
    


      .content-qnslmuhgf 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 #d6d6d6;
        overflow: hidden;
      }

      .content-qnslmuhgf table thead tr {
        border-bottom: 1px solid #d6d6d6;
      }

      .content-qnslmuhgf table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .content-qnslmuhgf table tbody tr {
        border-bottom: 1px solid #e8e8e8;
        transition: background-color 0.2s ease;
      }

      .content-qnslmuhgf table tbody tr:last-child {
        border-bottom: none;
      }

      .content-qnslmuhgf table tbody tr:hover {
        background-color: #f0f0f0;
      }

      .content-qnslmuhgf table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .content-qnslmuhgf table td:first-child {
        font-weight: 500;
      }
    

.content-qnslmuhgf img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles-ubhjsyokq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles-tmeyfbhxc {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col-avqehykni {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .col-avqehykni .col-iczxkqats:first-child {
        order: 1;
      }

      .col-avqehykni .col-iczxkqats:last-child {
        order: 2;
      }

      .col-avqehykni h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .col-avqehykni {
          grid-template-columns: 1fr;
        }

        .col-avqehykni .col-iczxkqats:first-child {
          order: 1;
        }

        .col-avqehykni .col-iczxkqats:last-child {
          order: 2;
        }
      }
    

.tb-ualxymstg {
  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%;
}

.tb-ualxymstg p,
.tb-ualxymstg h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb-ualxymstg table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb-ualxymstg table td,
.tb-ualxymstg table th {
  border: 0;
}

.tb-ualxymstg table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb-ualxymstg tr:last-child {
  border-bottom: 0;
}

.tb-ualxymstg h2 {
  margin-top: 0;
}

/*
.card-mqtapkwyj {
  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);
}
  */

.inv-meziconjq {
  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);
}


    .inv-meziconjq{
      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);
    }
    

.inv-meziconjq h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr-dsnqlzxph{
    flex-direction: column;
  }

  .b-tkbvanxiy {
    width: 100%;
  }

  .tb-ualxymstg {
    padding: var(--py);
  }

  .inv-meziconjq {
    padding: var(--py);
  }
}

.sm-lrzbhjwfo{
  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);
}
.sm-lrzbhjwfo 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;
}
.sm-lrzbhjwfo a:hover {
  color: var(--primary-btn-bg);
}
.sm-lrzbhjwfo h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form-skbwjuoaz {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr-auxpczfrh {
      display: flex;
      flex-direction: column;
    }

    .form-dvxqmcnwh, .fr-mqzpxaerf {
      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;
    }

    .form-dvxqmcnwh:focus, .fr-mqzpxaerf:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr-mqzpxaerf {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form-skbwjuoaz button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form-skbwjuoaz button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form-skbwjuoaz {
        max-width: 100%;
        gap: 15px;
      }

      .form-dvxqmcnwh, .fr-mqzpxaerf {
        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)
  }
}


        .banner-rpwclsyhz {
            position: relative;
            min-height: 401px;
            background: linear-gradient(103deg, #ffffff, #ffeb3b, #ffffff);
            display: flex;
            align-items: center;
        }

        .hero-ryqiwtnfe {
            backdrop-filter: blur(14px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 21px 27px rgba(0, 0, 0, 0.25);
            width: 1180px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .ban-wuxhrcyzd {
            font-size: clamp(2rem, 6vw, 2rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .b-weanuyfco {
            font-size: 17px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .ban-wuxhrcyzd {
                font-size: 25px;
            }
        }
        


        .card-mrwbpcusn {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .card-mqtapkwyj {
            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;
        }

        .card-mqtapkwyj::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #ff3d00, #ffeb3b);
        }

        .card-mqtapkwyj:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .card-mqtapkwyj h3 {
            color: #000000;
        }

        .card-mqtapkwyj p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .card-mrwbpcusn {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        