/*!
Theme Name: ue4gwc
Theme URI: #
Version: 2.0.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ue4gwc
*/

:root {
  --text-color: #000000;
  --heading-color: #32CD32;
  --primary-btn-bg: #FF4500;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #1E90FF;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #FF1493;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F5F5F5;
  --table-border-color: #000000;
  --table-text-color: #292929;

  --body-bg-color: #F0F8FF;
  --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: left;
  --banner-column: 66%;
  --banner-padding: 201.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FAFAFA;
  --banner-text-color: #000000;

  --container-max-width: 1266px;
  --container-padding: 0 15px;
  --border-radius: 18px;
  --py: 39px;
  --py-2: 47px;
  --py-3: 74px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 116px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 737ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  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;
}

.ymnatup_wrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .nhwzuqd_top {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .qjszofy_h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .wjqzgks_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .dkrlosp_head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ffa27f;
      }

      .dkrlosp_head:hover {
        color: var(--primary-btn-bg);
      }


      .qsueoga_top {
        display: flex;
        gap: 10px;
      }

      .mpfzuek_header {
        display: none;
      }
    

@media (max-width: 1024px) {
  .wjqzgks_head {
    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;
  }

  .dkrlosp_head {
    padding: 10px 0;
    display: block;
  }

  .wjqzgks_head.active {
    opacity: 1;
    visibility: visible;
  }

  .mpfzuek_header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .mpfzuek_header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .mpfzuek_header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .mpfzuek_header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.xydkabw_brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.xydkabw_brand img {
  max-height: 80px;
}

.mkwbtud_p,
.vhldrqb_secondary {
  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;
}

.mkwbtud_p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.mkwbtud_p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.vhldrqb_secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.vhldrqb_secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ipotsnq_bot{
  position: relative;
}
.ipotsnq_bot * {
  z-index: 1;
  position: relative;
}


      .keupcft_content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .keupcft_content > .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;
      }

      .keupcft_content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .rtkwcxf_ps {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .ipotsnq_bot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .ajfzrne_bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .grxyopj_foot {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .yrchlvg_bot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .yrchlvg_bot:hover {
      color: var(--primary-btn-bg);
    }

    .ganbtpk_bottom {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .vipkcol_bot {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .ajfzrne_bottom {
        flex-direction: column;
        gap: 20px;
      }
    }
    


        .ipotsnq_bot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-size: 81px 81px;
            background-image: repeating-linear-gradient(45deg, #470026 0, #470026 2.6px, #ff47a9 0, #ff47a9 50%);
            
        }
        

.grxyopj_foot li:empty {
  display: none;
}

.blaixgd_b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.blaixgd_b {
  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;
}

.blaixgd_b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.uyikxhs_main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.mpybzgi_hr {
  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;
}

.esdfcjo_table{
  overflow-x: auto;
  width: 100%;
}

.keupcft_content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.keupcft_content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.keupcft_content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.keupcft_content ul {
  list-style: none;
}

.keupcft_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.keupcft_content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .keupcft_content 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;
    }

    .keupcft_content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .keupcft_content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff4500 0%, #ff7c4d 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: #FF4500;
        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;
      }
    


      .keupcft_content 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 #cfcfcf;
        overflow: hidden;
      }

      .keupcft_content table thead {
        background-color: #f0f0f0;
      }

      .keupcft_content table thead tr {
        border-bottom: 1px solid #cfcfcf;
      }

      .keupcft_content table th {
        padding: 15px 29px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .keupcft_content table tbody tr {
        border-bottom: 1px solid #cfcfcf;
        transition: background-color 0.2s ease;
      }

      .keupcft_content table tbody tr:last-child {
        border-bottom: none;
      }

      .keupcft_content table tbody tr:hover {
        background-color: #f2f2f2;
      }

      .keupcft_content table td {
        padding: 20px 34px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .keupcft_content table td:first-child {
        font-weight: 500;
      }
    

.keupcft_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.vpbsgmh_articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.tfhbvlw_articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .ekoybci_cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .ekoybci_cols::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffa280 50%, transparent 100%);
        z-index: 1;
      }

      .ekoybci_cols .oscqjwv_column:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .ekoybci_cols .oscqjwv_column:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .ekoybci_cols figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .ekoybci_cols figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff450020 0%, #ffa28010 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .ekoybci_cols figure:hover::before {
        opacity: 1;
      }

      .ekoybci_cols figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .ekoybci_cols h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .ekoybci_cols h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff4500;
        border-radius: 1px;
      }

      .ekoybci_cols p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .ekoybci_cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .ekoybci_cols::before {
          display: none;
        }

        .ekoybci_cols .oscqjwv_column:first-child {
          order: 1;
        }

        .ekoybci_cols .oscqjwv_column:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.qjcbspu_tb {
  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%;
}

.qjcbspu_tb p,
.qjcbspu_tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.qjcbspu_tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.qjcbspu_tb table td,
.qjcbspu_tb table th {
  border: 0;
}

.qjcbspu_tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.qjcbspu_tb tr:last-child {
  border-bottom: 0;
}

.qjcbspu_tb h2 {
  margin-top: 0;
}

/*
.ksitpnr_blocks {
  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);
}
  */

.hbxvktu_dark {
  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);
}


    .hbxvktu_dark{
      background: linear-gradient(135deg, #ff4500 0%, #ff6f00 50%, #ffee00 100%);
      padding: 40px;
    }
    

.hbxvktu_dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .uyikxhs_main{
    flex-direction: column;
  }

  .mpybzgi_hr {
    width: 100%;
  }

  .qjcbspu_tb {
    padding: var(--py);
  }

  .hbxvktu_dark {
    padding: var(--py);
  }
}

.amwjtps_sm{
  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);
}
.amwjtps_sm 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;
}
.amwjtps_sm a:hover {
  color: var(--primary-btn-bg);
}
.amwjtps_sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .mkwhgya_fr {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .nicuxqy_form {
      display: flex;
      flex-direction: column;
    }

    .jeapnwf_frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .dpcyrwh_form {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .ydijkor_frm {
      display: flex;
      flex-direction: column;
    }

    .bwtxgpr_fr, .vjpyfkn_frm {
      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;
    }

    .bwtxgpr_fr:focus, .vjpyfkn_frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .vjpyfkn_frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .nicuxqy_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .nicuxqy_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .mkwhgya_fr {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .dpcyrwh_form {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .jeapnwf_frm {
        gap: 15px;
      }

      .bwtxgpr_fr, .vjpyfkn_frm {
        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)
  }
}


        .blaixgd_b {
            position: relative;
            min-height: 614px;
            background: #F0F8FF;
            display: flex;
            align-items: center;
        }

        .uyikxhs_main {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .nrxsfcv_main {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
            background-size: 60px 92px;
        }

        .oljbyzc_b {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1119px;
            max-width: 100%;
            padding: var(--py);
        }

        .ldwuyzb_banner {
            display: inline-block;
            width: 86px;
            height: 4px;
            background: linear-gradient(90deg, #FF4500, #FFD700);
            border-radius: 2px;
            margin-bottom: 3rem;
        }

        .kzmqlhx_hero {
            font-size: clamp(3rem, 6vw, 3rem);
            font-weight: 300;
            color: #000000;
            margin-bottom: var(--mb);
            letter-spacing: -0.025em;
        }

        .jtydgwz_hero {
            font-size: 17px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .kzmqlhx_hero {
                font-size: 34px;
            }

            .oljbyzc_b {
                width: 100%;
                padding: var(--py) 0;
            }
        }
        


        .xcobrew_rows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .ksitpnr_blocks {
            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;
        }

        .ksitpnr_blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #FF4500, #FFD700);
        }

        .ksitpnr_blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .ksitpnr_blocks h3 {
            color: #000000;
        }

        .ksitpnr_blocks p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .xcobrew_rows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        