/*!
Theme Name: mjg8lx
Theme URI: #
Version: 4.6.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mjg8lx
*/

:root {
  --text-color: #101010;
  --heading-color: #FF4378;
  --primary-btn-bg: #FFCE3F;
  --secondary-btn-bg: #5C86FF;
  --primary-btn-color: #101010;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F2F2F2;
  --header-text-color: #FF4378;
  --header-border: 1px solid #FFCE3F;

  --footer-bg-color: #EDEDED;
  --footer-text-color: #101010;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F7F7F7;
  --table-border-color: #DCDCDC;
  --table-text-color: #2b2b2b;

  --body-bg-color: #F2F2F2;
  --card-bg-color: #ffffff;
  --card-text-color: #101010;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 74%;
  --banner-padding: 216px;
  --banner-border: 4px solid #FFCE3F;
  --banner-bg-color: #F2F2F2;
  --banner-text-color: #000000;

  --container-max-width: 1058px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 33px;
  --py-2: 58px;
  --py-3: 79px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 152px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 591ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #262626;
  --contrast-text-color: #dbdbdb;
}

* {
  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;
}

.wr--sbvpoha {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header--njtqlzv {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(242,242,242,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .top--ushxekv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top--fryuxts {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head--ylnxzjm {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head--ylnxzjm:hover {
        color: var(--primary-btn-bg);
      }


      .head--caspubg {
        display: flex;
        gap: 10px;
      }

      .top--zogkivj {
        display: none;
      }
    

@media (max-width: 1024px) {
  .top--fryuxts {
    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;
  }

  .head--ylnxzjm {
    padding: 10px 0;
    display: block;
  }

  .top--fryuxts.active {
    opacity: 1;
    visibility: visible;
  }

  .top--zogkivj {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--zogkivj span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--zogkivj.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--zogkivj.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand--sxjgkuz {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand--sxjgkuz img {
  max-height: 80px;
}

.first--bpwziul,
.second--stqclwd {
  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;
}

.first--bpwziul {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first--bpwziul:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--stqclwd {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--stqclwd:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f--deolzkm{
  position: relative;
}
.f--deolzkm * {
  z-index: 1;
  position: relative;
}


      .content--wzgkquo > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffce3f 0%, #ffc20a 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .content--wzgkquo > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .content--wzgkquo > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

    .or--mgprtbv a:hover {
      opacity: .7;
    }

    .our--aoelfxp {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f--deolzkm {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #fafafa 0%, #bababa 40%, #878787 60%);
    }

    .f--deolzkm::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%);
    }

    .bot--nymtego {
      max-width: 1536px;
      margin: 0 auto;
    }

    .footer--ftnbqvi {
      position: relative;
    }

    .bottom--rfibdjy {
      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;
    }

    .foot--fdrkcos {
      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;
    }

    .foot--fdrkcos:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .bot--gjunfwo {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .foot--roazmte {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .f--deolzkm {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .bottom--rfibdjy {
        gap: 24px;
      }
    }
    



.bottom--rfibdjy li:empty {
  display: none;
}

.hr--tuxleno {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr--tuxleno {
  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;
}

.hr--tuxleno svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.banner--pwlsdxo{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hero--royihut {
  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--euklprw{
  overflow-x: auto;
  width: 100%;
}

.content--wzgkquo {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content--wzgkquo p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content--wzgkquo ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content--wzgkquo ul {
  list-style: none;
}

.content--wzgkquo ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content--wzgkquo ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content--wzgkquo 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--wzgkquo ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .content--wzgkquo ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffce3f 0%, #ffe28a 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FFCE3F;
        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;
      }
    


      .tb--euklprw {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .content--wzgkquo table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .content--wzgkquo table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .content--wzgkquo table th {
        padding: 15px 26px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .content--wzgkquo table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .content--wzgkquo table tbody tr:last-child {
        border-bottom: none;
      }

      .content--wzgkquo table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .content--wzgkquo table td {
        padding: 17px 26px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .content--wzgkquo table td:first-child {
        font-weight: normal;
      }
    

.content--wzgkquo img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.posts--prmoqyg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts--brtjgix {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col--kygwixf {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .col--kygwixf .cols--ezgoqru:first-child {
        order: 2;
      }

      .col--kygwixf .cols--ezgoqru:last-child {
        order: 1;
      }

      .col--kygwixf h2 {
        margin-top: 0;
      }

      .col--kygwixf figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .col--kygwixf 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);
      }

      .col--kygwixf img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .col--kygwixf {
          grid-template-columns: 1fr;
        }

        .col--kygwixf .cols--ezgoqru:first-child {
          order: 1;
        }

        .col--kygwixf .cols--ezgoqru:last-child {
          order: 2;
        }
      }
    

.tbl--nbsdcyo {
  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%;
}

.tbl--nbsdcyo p,
.tbl--nbsdcyo h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl--nbsdcyo table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl--nbsdcyo table td,
.tbl--nbsdcyo table th {
  border: 0;
}

.tbl--nbsdcyo table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl--nbsdcyo tr:last-child {
  border-bottom: 0;
}

.tbl--nbsdcyo h2 {
  margin-top: 0;
}

/*
.rows--wxsdzqr {
  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--udhraql {
  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--udhraql{
      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--udhraql h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .banner--pwlsdxo{
    flex-direction: column;
  }

  .hero--royihut {
    width: 100%;
  }

  .tbl--nbsdcyo {
    padding: var(--py);
  }

  .inv--udhraql {
    padding: var(--py);
  }
}

.sm--hwrpsyb{
  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--hwrpsyb 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--hwrpsyb a:hover {
  color: var(--primary-btn-bg);
}
.sm--hwrpsyb h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr--tbpcxkz {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form--otcwhde {
      display: flex;
      flex-direction: column;
    }

    .fr--mzistnw, .fr--uofcnbj {
      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;
    }

    .fr--mzistnw:focus, .fr--uofcnbj:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr--uofcnbj {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr--tbpcxkz button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr--tbpcxkz button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr--tbpcxkz {
        max-width: 100%;
        gap: 15px;
      }

      .fr--mzistnw, .fr--uofcnbj {
        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)
  }
}


        .hr--tuxleno {
            position: relative;
            min-height: 550px;
            background: linear-gradient(227deg, #FFCE3F, #5C86FF);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero--royihut {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .hr--tuxleno::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.1"%3E%3Ccircle cx="30" cy="30" r="2"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.3;
        }

        .ban--omhekuv {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .hr--aexsfcv {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1168px;
            max-width: 100%;
            padding: var(--py);
        }

        .ban--wepkbzc {
            font-size: clamp(3rem, 8vw, 3rem);
            font-weight: bold;
            color: #101010;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .banner--tumywxk {
            font-size: 16px;
            color: #101010;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .ban--wepkbzc {
                font-size: 32px;
            }
        }
        


        .row--srxkbou {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rows--wxsdzqr {
            background: linear-gradient(248deg, #FFCE3F, #5C86FF);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .rows--wxsdzqr::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .rows--wxsdzqr:hover::before {
            transform: translateX(100%);
        }

        .rows--wxsdzqr:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .rows--wxsdzqr h3 {
            color: #101010;
            position: relative;
            z-index: 1;
        }

        .rows--wxsdzqr p {
            color: #101010;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .row--srxkbou {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        