/*!
Theme Name: 3b79c6
Theme URI: #
Version: 8.4.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 3b79c6
*/

:root {
  --text-color: #2C3E50;
  --heading-color: #E74C3C;
  --primary-btn-bg: #2980B9;
  --secondary-btn-bg: #8E44AD;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F8F9F9;
  --header-text-color: #E74C3C;
  --header-border: 1px solid #2980B9;

  --footer-bg-color: #2C3E50;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #ECF0F1;
  --table-border-color: #BDC3C7;
  --table-text-color: #1e2729;

  --body-bg-color: #F8F9F9;
  --card-bg-color: #ffffff;
  --card-text-color: #2C3E50;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 79%;
  --banner-padding: 136.8px;
  --banner-border: 1px solid #2980B9;
  --banner-bg-color: #F8F9F9;
  --banner-text-color: #000000;

  --container-max-width: 1364px;
  --container-padding: 0 15px;
  --border-radius: 11px;
  --py: 40px;
  --py-2: 50px;
  --py-3: 68px;
  --text-align: left;
  --mb: 16px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 185px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 898ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open 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;
}

.sdrvncxywrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .pkyacgdbtop {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(248,249,249,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .idcghnauh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .ujngbzhqh {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .tejvncwxh {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .tejvncwxh:hover {
        color: var(--primary-btn-bg);
      }


      .asrxwlckheader {
        display: flex;
        gap: 10px;
      }

      .imnrhkoah {
        display: none;
      }
    

@media (max-width: 1024px) {
  .ujngbzhqh {
    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;
  }

  .tejvncwxh {
    padding: 10px 0;
    display: block;
  }

  .ujngbzhqh.active {
    opacity: 1;
    visibility: visible;
  }

  .imnrhkoah {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .imnrhkoah span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .imnrhkoah.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .imnrhkoah.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.hurgenzxlogo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.hurgenzxlogo img {
  max-height: 80px;
}

.txpkzaevfirst,
.bmhilzxnsecondary {
  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;
}

.txpkzaevfirst {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.txpkzaevfirst:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.bmhilzxnsecondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.bmhilzxnsecondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.qlwumihofoot{
  position: relative;
}
.qlwumihofoot * {
  z-index: 1;
  position: relative;
}


      .mdokxivatxt > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #2980b9 0%, #1f628e 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .mdokxivatxt > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .mdokxivatxt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


    .qlwumihofoot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .dowzhgtpbot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .lkbvtxeqf {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .rvqmyhgxbottom {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .rvqmyhgxbottom:hover {
      color: var(--primary-btn-bg);
    }

    .vjogqauyf {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .lnrxcwbabot {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .dowzhgtpbot {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.lkbvtxeqf li:empty {
  display: none;
}

.vtiqjxfrmain {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.vtiqjxfrmain {
  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;
}

.vtiqjxfrmain svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.lezkfnybmain{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.faxynjvehero {
  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;
}

.xlcywadjtbl{
  overflow-x: auto;
  width: 100%;
}

.mdokxivatxt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.mdokxivatxt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.mdokxivatxt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.mdokxivatxt ul {
  list-style: none;
}

.mdokxivatxt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.mdokxivatxt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .mdokxivatxt 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;
    }

    .mdokxivatxt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .mdokxivatxt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #2980b9 0%, #54a4d9 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: #2980B9;
        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;
      }
    


      .mdokxivatxt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #d0dadc;
        box-shadow: 0 25px 50px -12px #d0dadc;
      }

      .mdokxivatxt table thead {
        background-color: #fcfdfd;
      }

      .mdokxivatxt table thead tr {
        border-bottom: 1px solid #d0dadc;
      }

      .mdokxivatxt table th {
        padding: 20px 32px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .mdokxivatxt table tbody tr {
        border-bottom: 1px solid #d0dadc;
      }

      .mdokxivatxt table tbody tr:last-child {
        border-bottom: none;
      }

      .mdokxivatxt table td {
        padding: 24px 31px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .mdokxivatxt table td:first-child {
        font-weight: 500;
      }
    

.mdokxivatxt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ecnpuxtdpost {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.expgyhfqpost {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .dmxjwrekcolumn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .dmxjwrekcolumn .gwvfizbccols:first-child {
        order: 1;
      }

      .dmxjwrekcolumn .gwvfizbccols:last-child {
        order: 2;
      }

      .dmxjwrekcolumn h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .dmxjwrekcolumn {
          grid-template-columns: 1fr;
        }

        .dmxjwrekcolumn .gwvfizbccols:first-child {
          order: 1;
        }

        .dmxjwrekcolumn .gwvfizbccols:last-child {
          order: 2;
        }
      }
    

.wfqtszautable {
  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%;
}

.wfqtszautable p,
.wfqtszautable h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.wfqtszautable table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.wfqtszautable table td,
.wfqtszautable table th {
  border: 0;
}

.wfqtszautable table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.wfqtszautable tr:last-child {
  border-bottom: 0;
}

.wfqtszautable h2 {
  margin-top: 0;
}

/*
.gmhbjutycard {
  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);
}
  */

.hmfuijgydark {
  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);
}


    .hmfuijgydark{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.hmfuijgydark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .lezkfnybmain{
    flex-direction: column;
  }

  .faxynjvehero {
    width: 100%;
  }

  .wfqtszautable {
    padding: var(--py);
  }

  .hmfuijgydark {
    padding: var(--py);
  }
}

.ygdrfjqasm{
  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);
}
.ygdrfjqasm 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;
}
.ygdrfjqasm a:hover {
  color: var(--primary-btn-bg);
}
.ygdrfjqasm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .mtqofpwyfr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .vqwmusrbform {
      display: flex;
      flex-direction: column;
    }

    .ogancxhwfrm, .uqyxlapiform {
      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;
    }

    .ogancxhwfrm:focus, .uqyxlapiform:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .uqyxlapiform {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .mtqofpwyfr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .mtqofpwyfr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .mtqofpwyfr {
        max-width: 100%;
        gap: 15px;
      }

      .ogancxhwfrm, .uqyxlapiform {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.pr__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)
  }
}


        .vtiqjxfrmain {
            position: relative;
            min-height: 434px;
            background: #F8F9F9;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .faxynjvehero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .zgumfnwrbanner {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .mloaxkipban {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .mloaxkipban:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .mloaxkipban:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .mloaxkipban:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .mloaxkipban:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .mzqlpkvnbanner {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1014px;
            max-width: 100%;
            padding: var(--py);
        }

        .ucxowdramain {
            font-size: clamp(2rem, 10vw, 3rem);
            font-weight: 900;
            color: #000000;
            margin-bottom: 3rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .ngjbrkhwmain {
            display: block;
        }

        .plomvjtdmain {
            font-size: 20px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
            max-width: 1002px;
        }

        @media (max-width: 1024px) {
            .ucxowdramain {
                font-size: 34px;
            }
        }
        


        .mhblsaqcrow {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .gmhbjutycard {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 2px solid #2980B9;
        }

        .gmhbjutycard:nth-child(even) {
            border-left-color: #8E44AD;
            margin-left: 20px;
        }

        .gmhbjutycard:nth-child(odd) {
            margin-right: 20px;
        }

        .gmhbjutycard::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #2980B905, #8E44AD05);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .gmhbjutycard:hover::before {
            opacity: 1;
        }

        .gmhbjutycard:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .gmhbjutycard h3 {
            color: #2C3E50;
            position: relative;
            z-index: 1;
        }

        .gmhbjutycard p {
            color: #2C3E50;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .mhblsaqcrow {
                max-width: 100%;
            }

            .gmhbjutycard:nth-child(even),
            .gmhbjutycard:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        