/*!
Theme Name: rc51pf
Theme URI: #
Version: 4.4.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rc51pf
*/

:root {
  --text-color: #20232A;
  --heading-color: #61DAFB;
  --primary-btn-bg: #282C34;
  --secondary-btn-bg: #D50000;
  --primary-btn-color: #61DAFB;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F4F4F4;
  --header-text-color: #61DAFB;
  --header-border: 1px solid #282C34;

  --footer-bg-color: #61DAFB;
  --footer-text-color: #20232A;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #61DAFB;
  --table-text-color: #333333;

  --body-bg-color: #F4F4F4;
  --card-bg-color: #ffffff;
  --card-text-color: #20232A;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 78%;
  --banner-padding: 194.4px;
  --banner-border: 5px solid #282C34;
  --banner-bg-color: #F4F4F4;
  --banner-text-color: #000000;

  --container-max-width: 1502px;
  --container-padding: 0 15px;
  --border-radius: 10px;
  --py: 21px;
  --py-2: 73px;
  --py-3: 77px;
  --text-align: left;
  --mb: 17px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 143px;
  --menu-margin: 0;

  --animation-duration: 881ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #292929;
  --contrast-text-color: #f2f2f2;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata 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;
}

.wraper_wcokasp {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h_auwhzkb {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .top_ljimspb {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top_bmkexli {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h_kwazdue {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #939599;
      }

      .h_kwazdue:hover {
        color: var(--primary-btn-bg);
      }


      .top_purxeot {
        display: flex;
        gap: 10px;
      }

      .head_hqsfrvj {
        display: none;
      }
    

@media (max-width: 1024px) {
  .top_bmkexli {
    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;
  }

  .h_kwazdue {
    padding: 10px 0;
    display: block;
  }

  .top_bmkexli.active {
    opacity: 1;
    visibility: visible;
  }

  .head_hqsfrvj {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .head_hqsfrvj span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .head_hqsfrvj.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .head_hqsfrvj.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log_yhrutzx {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log_yhrutzx img {
  max-height: 80px;
}

.prim_gjtawky,
.alt_kscongf {
  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_gjtawky {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim_gjtawky:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_kscongf {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt_kscongf:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f_robjdni{
  position: relative;
}
.f_robjdni * {
  z-index: 1;
  position: relative;
}


      .txt_tfpnioh > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt_tfpnioh > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .txt_tfpnioh > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .lks__title_zhkdual {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f_robjdni {
      background: linear-gradient(135deg, #92e5fc 0%, #2ecefa 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .f_robjdni::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .footer_ncrolyf {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bottom_mxrqagv {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .f_winzgvr {
      width: 100%;
    }

    .bot_lbsjwyh {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot_hmjaepn {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .foot_hmjaepn:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .f_tdfqhro {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .footer_wcitoyg {
      text-align: center;
      padding-top: 20px;
    }

    .footer_wcitoyg p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .f_robjdni {
        padding: 30px 0 15px;
      }

      .bot_lbsjwyh {
        gap: 15px;
        flex-direction: column;
      }

      .foot_hmjaepn {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bottom_mxrqagv {
        margin-bottom: 20px;
      }

      .f_tdfqhro {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .bot_lbsjwyh {
        gap: 10px;
      }

      .foot_hmjaepn {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.bot_lbsjwyh li:empty {
  display: none;
}

.hr_ylxtcre {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr_ylxtcre {
  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_ylxtcre svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_ucaxlvb{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b_spebgov {
  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_gmkpjbu{
  overflow-x: auto;
  width: 100%;
}

.txt_tfpnioh {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt_tfpnioh p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt_tfpnioh ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt_tfpnioh ul {
  list-style: none;
}

.txt_tfpnioh ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt_tfpnioh ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt_tfpnioh 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;
    }

    .txt_tfpnioh ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt_tfpnioh ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #282c34 0%, #49515f 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #282C34;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    


      .txt_tfpnioh 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 rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .txt_tfpnioh table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .txt_tfpnioh table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .txt_tfpnioh table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .txt_tfpnioh table tbody tr:last-child {
        border-bottom: none;
      }

      .txt_tfpnioh table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .txt_tfpnioh table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .txt_tfpnioh table td:first-child {
        font-weight: normal;
      }
    

.txt_tfpnioh img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item_hledcrs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post_qdvksyx {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .column_vtjnzxh {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .column_vtjnzxh .col_urtmaxc:first-child {
        order: 2;
      }

      .column_vtjnzxh .col_urtmaxc:last-child {
        order: 1;
      }

      .column_vtjnzxh h2 {
        margin-top: 0;
      }

      .column_vtjnzxh figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .column_vtjnzxh 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);
      }

      .column_vtjnzxh img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .column_vtjnzxh {
          grid-template-columns: 1fr;
        }

        .column_vtjnzxh .col_urtmaxc:first-child {
          order: 1;
        }

        .column_vtjnzxh .col_urtmaxc:last-child {
          order: 2;
        }
      }
    

.tb_mtvwfgb {
  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_mtvwfgb p,
.tb_mtvwfgb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb_mtvwfgb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb_mtvwfgb table td,
.tb_mtvwfgb table th {
  border: 0;
}

.tb_mtvwfgb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb_mtvwfgb tr:last-child {
  border-bottom: 0;
}

.tb_mtvwfgb h2 {
  margin-top: 0;
}

/*
.rows_maozhwr {
  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_rqfgbnd {
  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_rqfgbnd{
      background: linear-gradient(135deg, #282c34 0%, #282a34 50%, #2c2834 100%);
      padding: 49px;
    }
    

.inv_rqfgbnd h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main_ucaxlvb{
    flex-direction: column;
  }

  .b_spebgov {
    width: 100%;
  }

  .tb_mtvwfgb {
    padding: var(--py);
  }

  .inv_rqfgbnd {
    padding: var(--py);
  }
}

.map_ycrnlfb{
  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_ycrnlfb 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_ycrnlfb a:hover {
  color: var(--primary-btn-bg);
}
.map_ycrnlfb 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_muznchl {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm_fqjmoap {
      display: flex;
      flex-direction: column;
    }

    .form_phkcuqm, .frm_kxumjhf {
      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_phkcuqm:focus, .frm_kxumjhf:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm_kxumjhf {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_muznchl button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr_muznchl button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_muznchl {
        max-width: 100%;
        gap: 15px;
      }

      .form_phkcuqm, .frm_kxumjhf {
        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_ylxtcre {
        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_ylxtcre svg {
        position: absolute;
        bottom: -3px;
        left: -30px;
        right: -30px;
        z-index: 0;
        }

        .main_ucaxlvb{
        display: flex;
        justify-content: var(--banner-direction);
        align-items: center;
        gap: var(--mb);
        }

        .b_spebgov {
        width: var(--banner-column);
        animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
        animation-fill-mode: both;
        position: relative;
        z-index: 10;
        }

        @media (max-width: 1024px) {
            .hr_ylxtcre {
                padding: var(--py) 0;
            }

            .b_spebgov {
                width: 100%;
            }
        }
        


        .rows_cyotwqz {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .rows_maozhwr {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .rows_maozhwr::before {
            content: '';
            position: absolute;
            top: 16%;
            left: 42%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #282C3420, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .rows_maozhwr:hover::before {
            width: 169px;
            height: 169px;
        }

        .rows_maozhwr:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .rows_maozhwr h3 {
            color: #20232A;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .rows_maozhwr:hover h3 {
            color: #282C34;
        }

        .rows_maozhwr p {
            color: #20232A;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rows_cyotwqz {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        