/*!
Theme Name: jced0v
Theme URI: #
Version: 2.4.8
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jced0v
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF5722;
  --primary-btn-bg: #FF9800;
  --secondary-btn-bg: #3F51B5;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #212121;
  --header-text-color: #FF5722;
  --header-border: 1px solid #FF9800;

  --footer-bg-color: #9E9E9E;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFCDD2;
  --table-border-color: #FF8A80;
  --table-text-color: #330005;

  --body-bg-color: #212121;
  --card-bg-color: #545454;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 64%;
  --banner-padding: 144px;
  --banner-border: 5px solid #FF9800;
  --banner-bg-color: #212121;
  --banner-text-color: #ffffff;

  --container-max-width: 1453px;
  --container-padding: 0 15px;
  --border-radius: 21px;
  --py: 20px;
  --py-2: 63px;
  --py-3: 53px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 166px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 972ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ededed;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.gucasbw--wrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .zmhjkil--head {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .hjepfrm--head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .vrhsedu--top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .gtxezmw--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 #ffcb7f;
      }

      .gtxezmw--head:hover {
        color: var(--primary-btn-bg);
      }


      .bytlesn--h {
        display: flex;
        gap: 10px;
      }

      .ynebdhg--top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .vrhsedu--top {
    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;
  }

  .gtxezmw--head {
    padding: 10px 0;
    display: block;
  }

  .vrhsedu--top.active {
    opacity: 1;
    visibility: visible;
  }

  .ynebdhg--top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ynebdhg--top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ynebdhg--top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ynebdhg--top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.egmhwjo--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.egmhwjo--brand img {
  max-height: 80px;
}

.nchpayj--p,
.irwqadt--sec {
  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;
}

.nchpayj--p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.nchpayj--p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.irwqadt--sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.irwqadt--sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zfarlyc--bot{
  position: relative;
}
.zfarlyc--bot * {
  z-index: 1;
  position: relative;
}


      .kftnhrl--content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .kftnhrl--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;
      }

      .kftnhrl--content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

    .lktzhwu--partners a:hover {
      opacity: .7;
    }

    .bnigzap--or__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .zfarlyc--bot {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #ababab 0%, #6b6b6b 40%, #383838 60%);
    }

    .zfarlyc--bot::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%);
    }

    .sbierow--bottom {
      max-width: 1536px;
      margin: 0 auto;
    }

    .pzjcuot--bottom {
      position: relative;
    }

    .qrzahnj--foot {
      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;
    }

    .xmnwaej--bot {
      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;
    }

    .xmnwaej--bot:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .zgxbfcn--f {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .ayitwnd--f {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .zfarlyc--bot {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .qrzahnj--foot {
        gap: 24px;
      }
    }
    



.qrzahnj--foot li:empty {
  display: none;
}

.spykwlb--banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.spykwlb--banner {
  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;
}

.spykwlb--banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.wumqtrx--main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.eyohuab--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;
}

.qisfnhv--tb{
  overflow-x: auto;
  width: 100%;
}

.kftnhrl--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.kftnhrl--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.kftnhrl--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.kftnhrl--content ul {
  list-style: none;
}

.kftnhrl--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.kftnhrl--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .kftnhrl--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;
    }

    .kftnhrl--content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .kftnhrl--content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff9800 0%, #ffb84d 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: #FF9800;
        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;
      }
    


      .kftnhrl--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 #ff808c;
        overflow: hidden;
      }

      .kftnhrl--content table thead {
        background-color: #ffc2c8;
      }

      .kftnhrl--content table thead tr {
        border-bottom: 1px solid #ff808c;
      }

      .kftnhrl--content table th {
        padding: 19px 28px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .kftnhrl--content table tbody tr {
        border-bottom: 1px solid #ff808c;
        transition: background-color 0.2s ease;
      }

      .kftnhrl--content table tbody tr:last-child {
        border-bottom: none;
      }

      .kftnhrl--content table tbody tr:hover {
        background-color: #ffc7cd;
      }

      .kftnhrl--content table td {
        padding: 25px 27px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .kftnhrl--content table td:first-child {
        font-weight: 500;
      }
    

.kftnhrl--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ijorfqh--articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gwohczl--articles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .blrskdx--col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .blrskdx--col::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffcc80 50%, transparent 100%);
        z-index: 1;
      }

      .blrskdx--col .rdwjmko--texted:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .blrskdx--col .rdwjmko--texted:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .blrskdx--col figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .blrskdx--col figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff980020 0%, #ffcc8010 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .blrskdx--col figure:hover::before {
        opacity: 1;
      }

      .blrskdx--col figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .blrskdx--col h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .blrskdx--col h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff9800;
        border-radius: 1px;
      }

      .blrskdx--col p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .blrskdx--col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .blrskdx--col::before {
          display: none;
        }

        .blrskdx--col .rdwjmko--texted:first-child {
          order: 1;
        }

        .blrskdx--col .rdwjmko--texted:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.hvrkqjl--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%;
}

.hvrkqjl--tb p,
.hvrkqjl--tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.hvrkqjl--tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.hvrkqjl--tb table td,
.hvrkqjl--tb table th {
  border: 0;
}

.hvrkqjl--tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.hvrkqjl--tb tr:last-child {
  border-bottom: 0;
}

.hvrkqjl--tb h2 {
  margin-top: 0;
}

/*
.zsrtymh--cards {
  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);
}
  */

.tlmxqye--darked {
  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);
}


    .tlmxqye--darked{
      background: rgba(255,152,0,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,152,0,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.tlmxqye--darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .wumqtrx--main{
    flex-direction: column;
  }

  .eyohuab--hr {
    width: 100%;
  }

  .hvrkqjl--tb {
    padding: var(--py);
  }

  .tlmxqye--darked {
    padding: var(--py);
  }
}

.mtjrqeb--sitemap{
  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);
}
.mtjrqeb--sitemap 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;
}
.mtjrqeb--sitemap a:hover {
  color: var(--primary-btn-bg);
}
.mtjrqeb--sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .joamksf--form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .oewazyr--form {
      display: flex;
      flex-direction: column;
    }

    .oyiewcu--fr, .bxqpovl--form {
      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;
    }

    .oyiewcu--fr:focus, .bxqpovl--form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .bxqpovl--form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .joamksf--form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .joamksf--form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .joamksf--form {
        max-width: 100%;
        gap: 15px;
      }

      .oyiewcu--fr, .bxqpovl--form {
        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)
  }
}


        .spykwlb--banner {
            position: relative;
            min-height: 576px;
            background: linear-gradient(317deg, #FF9800, #3F51B5);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .eyohuab--hr {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .spykwlb--banner::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;
        }

        .bfxejzi--b {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .dqhpwxu--b {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1153px;
            max-width: 100%;
            padding: var(--py);
        }

        .zeniawj--hero {
            font-size: clamp(2rem, 8vw, 3rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 1rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .imqljdw--b {
            font-size: 19px;
            color: #FFFFFF;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .zeniawj--hero {
                font-size: 26px;
            }
        }
        


        .ofqhsri--card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .zsrtymh--cards {
            background: #545454;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .zsrtymh--cards:hover {
            border-color: #FF9800;
            transform: translateY(-4px);
        }

        .zsrtymh--cards h3 {
            color: #FFFFFF;
        }

        .zsrtymh--cards p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .ofqhsri--card {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        