/*!
Theme Name: 6m7c3r
Theme URI: #
Version: 9.5.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 6m7c3r
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFC300;
  --secondary-btn-bg: #FF5733;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #C70039;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #900C3F;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F1C40F;
  --table-border-color: #FF5733;
  --table-text-color: #000000;

  --body-bg-color: #F9E79F;
  --card-bg-color: #ffffff;
  --card-text-color: #333333;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 77%;
  --banner-padding: 216px;
  --banner-border: 0 solid;
  --banner-bg-color: #FDF6E3;
  --banner-text-color: #000000;

  --container-max-width: 1256px;
  --container-padding: 0 15px;
  --border-radius: 25px;
  --py: 21px;
  --py-2: 48px;
  --py-3: 54px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 190px;
  --menu-margin: 0;

  --animation-duration: 977ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.container_ltrfcvdsy {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .head_rvqzjpbmi {
        padding: var(--py) 0;
      }

      .header_pxvdetruj {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .top_fbexgdpho {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffe17f;
      }

      .head_qcjvkpwre {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head_qcjvkpwre:hover {
        color: var(--primary-btn-bg);
      }


      .h_ajcstowvz {
        display: flex;
        gap: 10px;
      }

      .head_txnqufwde {
        display: none;
      }

      .l_gcshuxprd img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .header_pxvdetruj {
          justify-content: space-between;
          flex-direction: row;
        }

        .head_qcjvkpwre {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top_fbexgdpho {
    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_qcjvkpwre {
    padding: 10px 0;
    display: block;
  }

  .top_fbexgdpho.active {
    opacity: 1;
    visibility: visible;
  }

  .head_txnqufwde {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head_txnqufwde span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head_txnqufwde.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head_txnqufwde.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l_gcshuxprd {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l_gcshuxprd img {
  max-height: 80px;
}

.first_rvxqciskb,
.alt_aoblxhcmw {
  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_rvxqciskb {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first_rvxqciskb:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_aoblxhcmw {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_aoblxhcmw:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_jmpsuryqt{
  position: relative;
}
.f_jmpsuryqt * {
  z-index: 1;
  position: relative;
}


      .text_pbkaihrgx > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffc300 0%, #cc9c00 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%;
      }

      .text_pbkaihrgx > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text_pbkaihrgx > .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;
      }
    


    .f_jmpsuryqt {
      background: linear-gradient(135deg, #aa0e4a 0%, #63082b 50%, #050002 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .footer_nkisrmjxu {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bot_ihopkexsy {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .foot_spmyfqhrg {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot_kchuxivmw {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .bot_kchuxivmw:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .foot_lgyumwoxs {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .f_jmpsuryqt {
        padding: 48px 16px;
      }

      .foot_spmyfqhrg {
        gap: 24px;
      }
    }
    



.foot_spmyfqhrg li:empty {
  display: none;
}

.hr_rexkzlfid {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr_rexkzlfid {
  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_rexkzlfid svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_svogtxcnd{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr_epwismzgl {
  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;
}

.tbl_tharlyjqz{
  overflow-x: auto;
  width: 100%;
}

.text_pbkaihrgx {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text_pbkaihrgx p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text_pbkaihrgx ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text_pbkaihrgx ul {
  list-style: none;
}

.text_pbkaihrgx ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text_pbkaihrgx ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text_pbkaihrgx 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;
    }

    .text_pbkaihrgx ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text_pbkaihrgx ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffc300 0%, #ffd54d 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: #FFC300;
        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;
      }
    


      .text_pbkaihrgx 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 #b7950b;
        overflow: hidden;
      }

      .text_pbkaihrgx table thead tr {
        border-bottom: 1px solid #b7950b;
      }

      .text_pbkaihrgx table th {
        padding: 20px 25px;
        font-weight: bold;
        font-size: 12px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .text_pbkaihrgx table tbody tr {
        border-bottom: 1px solid #d9b00d;
        transition: background-color 0.2s ease;
      }

      .text_pbkaihrgx table tbody tr:last-child {
        border-bottom: none;
      }

      .text_pbkaihrgx table tbody tr:hover {
        background-color: #e7bc0d;
      }

      .text_pbkaihrgx table td {
        padding: 20px 24px;
        font-size: 15px;
        color: var(--table-text-color);
        border: none;
      }

      .text_pbkaihrgx table td:first-child {
        font-weight: 500;
      }
    

.text_pbkaihrgx img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_amkfjhidt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article_jdeymfpsk {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols_romwfgtha {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols_romwfgtha .column_jpzcxnutq:first-child {
        order: 1;
      }

      .cols_romwfgtha .column_jpzcxnutq:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .cols_romwfgtha h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .cols_romwfgtha h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffc300 0%, #ffdb66 100%);
        border-radius: 2px;
      }

      .cols_romwfgtha figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .cols_romwfgtha figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cols_romwfgtha figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .cols_romwfgtha {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols_romwfgtha .column_jpzcxnutq:first-child {
          order: 1;
        }

        .cols_romwfgtha .column_jpzcxnutq:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbl_kuqzirexy {
  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_kuqzirexy p,
.tbl_kuqzirexy h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl_kuqzirexy table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl_kuqzirexy table td,
.tbl_kuqzirexy table th {
  border: 0;
}

.tbl_kuqzirexy table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl_kuqzirexy tr:last-child {
  border-bottom: 0;
}

.tbl_kuqzirexy h2 {
  margin-top: 0;
}

/*
.card_fcidrplne {
  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_pckgebjdz {
  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_pckgebjdz{
      background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
      border-left: 5px solid var(--primary-btn-bg);
    }
    

.inv_pckgebjdz h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main_svogtxcnd{
    flex-direction: column;
  }

  .hr_epwismzgl {
    width: 100%;
  }

  .tbl_kuqzirexy {
    padding: var(--py);
  }

  .inv_pckgebjdz {
    padding: var(--py);
  }
}

.sitemap_fhujywvsn{
  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);
}
.sitemap_fhujywvsn 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;
}
.sitemap_fhujywvsn a:hover {
  color: var(--primary-btn-bg);
}
.sitemap_fhujywvsn 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_olcgmrudn {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm_wktxjefoc {
      display: flex;
      flex-direction: column;
    }

    .frm_gedpybxhm, .form_bfszvwohk {
      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;
    }

    .frm_gedpybxhm:focus, .form_bfszvwohk:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form_bfszvwohk {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form_olcgmrudn button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form_olcgmrudn button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form_olcgmrudn {
        max-width: 100%;
        gap: 15px;
      }

      .frm_gedpybxhm, .form_bfszvwohk {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


.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;
}

.or__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)
  }
}


        .hr_rexkzlfid {
            position: relative;
            min-height: 472px;
            background: #F9E79F;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hr_epwismzgl {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .b_fxhrutszv {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hero_wtvenlxmo {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .hero_wtvenlxmo:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .hero_wtvenlxmo:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .hero_wtvenlxmo:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .hero_wtvenlxmo:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .hr_rkmgcdfwx {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1113px;
            max-width: 100%;
            padding: var(--py);
        }

        .main_heagoqbcw {
            font-size: clamp(3rem, 10vw, 3rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 3rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .main_tbjrecmiy {
            display: block;
        }

        .hr_tlidzkfse {
            font-size: 17px;
            color: #000000;
            margin-bottom: 2rem;
            line-height: 1.6;
            max-width: 1062px;
        }

        @media (max-width: 1024px) {
            .main_heagoqbcw {
                font-size: 31px;
            }
        }
        


        .cards_vjtlqzafy {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .card_fcidrplne {
            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_fcidrplne::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #FFC300, #FF5733);
        }

        .card_fcidrplne:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .card_fcidrplne h3 {
            color: #333333;
        }

        .card_fcidrplne p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .cards_vjtlqzafy {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        