/*!
Theme Name: jdeynq
Theme URI: #
Version: 4.6.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jdeynq
*/

:root {
  --text-color: #333333;
  --heading-color: #FF5733;
  --primary-btn-bg: #28A745;
  --secondary-btn-bg: #007BFF;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #FF5733;
  --header-border: 1px solid #28A745;

  --footer-bg-color: #333333;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F6F6F6;
  --table-border-color: #D3D3D3;
  --table-text-color: #292929;

  --body-bg-color: #FFFFFF;
  --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: center;
  --banner-column: 61%;
  --banner-padding: 144px;
  --banner-border: 2px solid #28A745;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1121px;
  --container-padding: 0 15px;
  --border-radius: 20px;
  --py: 22px;
  --py-2: 74px;
  --py-3: 71px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 130px;
  --menu-margin: 0;

  --animation-duration: 981ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.tygpmuricwraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .iecpjzgotheader {
        padding: var(--py) 0;
      }

      .zfkgxtrunhead {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .gfutszhewh {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #93d3a2;
      }

      .mkeqyxsjhtop {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .mkeqyxsjhtop:hover {
        color: var(--primary-btn-bg);
      }


      .dikqojrzytop {
        display: flex;
        gap: 10px;
      }

      .akrugpetmtop {
        display: none;
      }

      .dbixlcomjlog img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .zfkgxtrunhead {
          justify-content: space-between;
          flex-direction: row;
        }

        .mkeqyxsjhtop {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .gfutszhewh {
    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;
  }

  .mkeqyxsjhtop {
    padding: 10px 0;
    display: block;
  }

  .gfutszhewh.active {
    opacity: 1;
    visibility: visible;
  }

  .akrugpetmtop {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .akrugpetmtop span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .akrugpetmtop.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .akrugpetmtop.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.dbixlcomjlog {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.dbixlcomjlog img {
  max-height: 80px;
}

.bjuawtgxrprim,
.apsotdqxmsec {
  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;
}

.bjuawtgxrprim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bjuawtgxrprim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.apsotdqxmsec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.apsotdqxmsec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.cpwvmqrxafoot{
  position: relative;
}
.cpwvmqrxafoot * {
  z-index: 1;
  position: relative;
}


      .yjiqhkpoutext > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #5fd87b;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .yjiqhkpoutext > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .yjiqhkpoutext > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .cpwvmqrxafoot {
      background: linear-gradient(135deg, #404040 0%, #1a1a1a 50%, #000000 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .tydncqukzf {
      max-width: 1280px;
      margin: 0 auto;
    }

    .nuymfqzdxfoot {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .kqajglztpf {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .fpkoehljwbottom {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .fpkoehljwbottom:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .dzujwvrxfbot {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .cpwvmqrxafoot {
        padding: 48px 16px;
      }

      .kqajglztpf {
        gap: 24px;
      }
    }
    


        .cpwvmqrxafoot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  radial-gradient(#000000 1.3px, transparent 1.3px), radial-gradient(#000000 1.3px, #4d4d4d 1.3px);
            background-size: 92px 92px;
            background-position: 0 0,46px 46px;
            
        }
        

.kqajglztpf li:empty {
  display: none;
}

.ujtkxaisqban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ujtkxaisqban {
  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;
}

.ujtkxaisqban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.tnholmejbban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.etvohridxhr {
  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;
}

.mcyslpnbotbl{
  overflow-x: auto;
  width: 100%;
}

.yjiqhkpoutext {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.yjiqhkpoutext p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.yjiqhkpoutext ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.yjiqhkpoutext ul {
  list-style: none;
}

.yjiqhkpoutext ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.yjiqhkpoutext ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .yjiqhkpoutext 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;
    }

    .yjiqhkpoutext ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .yjiqhkpoutext ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #28a745 0%, #4ad36a 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: #28A745;
        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;
      }
    


      .yjiqhkpoutext 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(40,167,69,0.3);
        overflow: hidden;
      }

      .yjiqhkpoutext table thead tr {
        border-bottom: 1px solid rgba(40,167,69,0.3);
      }

      .yjiqhkpoutext table th {
        padding: 24px 33px;
        font-weight: normal;
        font-size: 14px;
        color: #28a745;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .yjiqhkpoutext table tbody tr {
        border-bottom: 1px solid rgba(40,167,69,0.1);
        transition: all 0.2s ease;
      }

      .yjiqhkpoutext table tbody tr:last-child {
        border-bottom: none;
      }

      .yjiqhkpoutext table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .yjiqhkpoutext table tbody tr:hover td:first-child {
        color: #28a745;
      }

      .yjiqhkpoutext table td {
        padding: 18px 26px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .yjiqhkpoutext table td:first-child {
        font-weight: normal;
      }
    

.yjiqhkpoutext img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.urtdaijzgarticles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.akrsxwuelitem {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .uigbeavfctexted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .uigbeavfctexted::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #73dd8c 50%, transparent 100%);
        z-index: 1;
      }

      .uigbeavfctexted .luzctimqdcol:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .uigbeavfctexted .luzctimqdcol:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .uigbeavfctexted figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .uigbeavfctexted figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #28a74520 0%, #73dd8c10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .uigbeavfctexted figure:hover::before {
        opacity: 1;
      }

      .uigbeavfctexted figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .uigbeavfctexted h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .uigbeavfctexted h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #28a745;
        border-radius: 1px;
      }

      .uigbeavfctexted p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .uigbeavfctexted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .uigbeavfctexted::before {
          display: none;
        }

        .uigbeavfctexted .luzctimqdcol:first-child {
          order: 1;
        }

        .uigbeavfctexted .luzctimqdcol:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.xliboazqktb {
  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%;
}

.xliboazqktb p,
.xliboazqktb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.xliboazqktb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.xliboazqktb table td,
.xliboazqktb table th {
  border: 0;
}

.xliboazqktb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.xliboazqktb tr:last-child {
  border-bottom: 0;
}

.xliboazqktb h2 {
  margin-top: 0;
}

/*
.danmzeqliblocks {
  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);
}
  */

.tqpebyavdinv {
  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);
}


    .tqpebyavdinv{
      background: linear-gradient(135deg, #28a745 0%, #29a85c 50%, #29a89c 100%);
      padding: 46px;
    }
    

.tqpebyavdinv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .tnholmejbban{
    flex-direction: column;
  }

  .etvohridxhr {
    width: 100%;
  }

  .xliboazqktb {
    padding: var(--py);
  }

  .tqpebyavdinv {
    padding: var(--py);
  }
}

.xjnfmhlcgsm{
  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);
}
.xjnfmhlcgsm 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;
}
.xjnfmhlcgsm a:hover {
  color: var(--primary-btn-bg);
}
.xjnfmhlcgsm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fxeczvjtyfrm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .hcojxibsmfrm {
      display: flex;
      flex-direction: column;
    }

    .avxnlmtwofr, .hvfiwmsuqfrm {
      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;
    }

    .avxnlmtwofr:focus, .hvfiwmsuqfrm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .hvfiwmsuqfrm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fxeczvjtyfrm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fxeczvjtyfrm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fxeczvjtyfrm {
        max-width: 100%;
        gap: 15px;
      }

      .avxnlmtwofr, .hvfiwmsuqfrm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.our__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)
  }
}


        .ujtkxaisqban {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(to bottom right, #FFFFFF, rgba(40, 167, 69, 0.3), rgba(0, 123, 255, 0.3));
        }

        .dvfqlcnswb {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 641px;
            height: 647px;
            background: rgba(40, 167, 69, 0.3);
            border-radius: 50%;
            filter: blur(100px);
        }

        .tnholmejbban {
            max-width: 1009px;
            margin: 0 auto;
            padding: 0 var(--py);
            position: relative;
            z-index: 10;
            text-align: center;
        }

        .atmcypqjgban {
            font-size: clamp(56px, 8vw, 111px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .fzmatxykdmain {
            font-size: 20px;
            color: #000000;
            opacity: 0.7;
            max-width: 503px;
            margin: 0 auto 34px;
            line-height: 1.6;
        }

        .ujtkxaisqban::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 148px;
            background: linear-gradient(to top, #FFFFFF, transparent);
        }

        @media (max-width: 1024px) {
            .atmcypqjgban {
                font-size: 36px;
            }

            .fzmatxykdmain {
                font-size: 15px;
            }
        }
        


        .afwbeojvirows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .danmzeqliblocks {
            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;
        }

        .danmzeqliblocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #28A745, #007BFF);
        }

        .danmzeqliblocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .danmzeqliblocks h3 {
            color: #333333;
        }

        .danmzeqliblocks p {
            color: #333333;
            margin: 0;
        }

        @media (max-width: 768px) {
            .afwbeojvirows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        