/*!
Theme Name: 61hquk
Theme URI: #
Version: 5.2.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 61hquk
*/

:root {
  --text-color: #000000;
  --heading-color: #29B6F6;
  --primary-btn-bg: #00C853;
  --secondary-btn-bg: #FFD600;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #E3F2FD;
  --header-text-color: #29B6F6;
  --header-border: 1px solid #00C853;

  --footer-bg-color: #03A9F4;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #E1F5FE;
  --table-border-color: #29B6F6;
  --table-text-color: #023045;

  --body-bg-color: #E3F2FD;
  --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: 77%;
  --banner-padding: 216px;
  --banner-border: 1px solid #00C853;
  --banner-bg-color: #E3F2FD;
  --banner-text-color: #333333;

  --container-max-width: 1373px;
  --container-padding: 0 15px;
  --border-radius: 30px;
  --py: 19px;
  --py-2: 73px;
  --py-3: 67px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 184px;
  --menu-margin: 0;

  --animation-duration: 721ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.wrapper--yptdzmqn {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h--dgxebzcs {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .head--vezcltnd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top--okblgvta {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top--buhqkwes {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top--buhqkwes:hover {
        color: var(--primary-btn-bg);
      }


      .header--mzdjxfin {
        display: flex;
        gap: 10px;
      }

      .top--bshxzpug {
        display: none;
      }
    

@media (max-width: 1024px) {
  .top--okblgvta {
    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;
  }

  .top--buhqkwes {
    padding: 10px 0;
    display: block;
  }

  .top--okblgvta.active {
    opacity: 1;
    visibility: visible;
  }

  .top--bshxzpug {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--bshxzpug span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--bshxzpug.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--bshxzpug.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo--hgcmtuow {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo--hgcmtuow img {
  max-height: 80px;
}

.primary--zgpdsavh,
.alt--miyonutp {
  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;
}

.primary--zgpdsavh {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary--zgpdsavh:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt--miyonutp {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt--miyonutp:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot--sfwpivkd{
  position: relative;
}
.foot--sfwpivkd * {
  z-index: 1;
  position: relative;
}


      .text--dbraoiwh > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #00c853 0%, #00943e 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%;
      }

      .text--dbraoiwh > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text--dbraoiwh > .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;
      }
    


    .ps--lixvoskh {
      margin: 0 auto 0;
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px 35px;
      background: rgb(from var(--table-bg-color) r g b / 0.5);
      border-radius: var(--border-radius);
      padding: 15px;
      box-sizing: border-box;
      margin-bottom: var(--mb);
    }

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

    .ps--lixvoskh a:hover {
      opacity: .7;
    }

    .nvs__title--kldtqsgp {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot--sfwpivkd {
      background: linear-gradient(135deg, #12b2fd 0%, #0284c0 50%, #013e5b 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .footer--xksjgdtw {
      max-width: 1280px;
      margin: 0 auto;
    }

    .footer--sgatuphb {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .foot--myesdaho {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot--lfwcgtqp {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .foot--lfwcgtqp:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .f--dwcphbfm {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .foot--sfwpivkd {
        padding: 48px 16px;
      }

      .foot--myesdaho {
        gap: 24px;
      }
    }
    



.foot--myesdaho li:empty {
  display: none;
}

.b--jfolgych {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b--jfolgych {
  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;
}

.b--jfolgych svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr--cuvhzefy{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main--ipbeaogn {
  width: var(--banner-column);
  animation: var(--animation-effect) var(--animation-duration) var(--animation-type);
  animation-fill-mode: both;
}
  */

h1 {
  font-size: var(--fz-1);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

h2 {
  color: var(--heading-color);
  font-size: var(--fz-2);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: var(--py-2);
}

h3 {
  color: var(--heading-color);
  font-size: var(--fz-3);
  margin-bottom: var(--mb);
  font-weight: 700;
  margin-top: 0;
}

.table--cmoilybx{
  overflow-x: auto;
  width: 100%;
}

.text--dbraoiwh {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text--dbraoiwh p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text--dbraoiwh ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text--dbraoiwh ul {
  list-style: none;
}

.text--dbraoiwh ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text--dbraoiwh ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text--dbraoiwh 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;
    }

    .text--dbraoiwh ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text--dbraoiwh ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #00c853 0%, #14ff76 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: #00C853;
        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;
      }
    


      .text--dbraoiwh table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .text--dbraoiwh table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .text--dbraoiwh table th {
        padding: 25px 26px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text--dbraoiwh table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .text--dbraoiwh table tbody tr:last-child {
        border-bottom: none;
      }

      .text--dbraoiwh table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .text--dbraoiwh table td {
        padding: 17px 29px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text--dbraoiwh table td:first-child {
        font-weight: normal;
      }
    

.text--dbraoiwh img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item--cpisavbn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog--sgvilubr {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted--ykiwcjza {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted--ykiwcjza .column--haofsedl:first-child {
        order: 2;
      }

      .texted--ykiwcjza .column--haofsedl:last-child {
        order: 1;
      }

      .texted--ykiwcjza h2 {
        margin-top: 0;
      }

      .texted--ykiwcjza figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .texted--ykiwcjza figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .texted--ykiwcjza img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .texted--ykiwcjza {
          grid-template-columns: 1fr;
        }

        .texted--ykiwcjza .column--haofsedl:first-child {
          order: 1;
        }

        .texted--ykiwcjza .column--haofsedl:last-child {
          order: 2;
        }
      }
    

.tb--ghilmxfe {
  background: rgb(from var(--table-bg-color) r g b / 0.5);
  border-radius: var(--border-radius);
  padding: var(--py-3);
  margin: var(--py-2) auto;
  width: max-content;
  max-width: 100%;
}

.tb--ghilmxfe p,
.tb--ghilmxfe h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb--ghilmxfe table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb--ghilmxfe table td,
.tb--ghilmxfe table th {
  border: 0;
}

.tb--ghilmxfe table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb--ghilmxfe tr:last-child {
  border-bottom: 0;
}

.tb--ghilmxfe h2 {
  margin-top: 0;
}

/*
.block--sldqxjcu {
  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);
}
  */

.d--oeftypgv {
  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);
}


    .d--oeftypgv{
      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);
    }
    

.d--oeftypgv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr--cuvhzefy{
    flex-direction: column;
  }

  .main--ipbeaogn {
    width: 100%;
  }

  .tb--ghilmxfe {
    padding: var(--py);
  }

  .d--oeftypgv {
    padding: var(--py);
  }
}

.sm--dxkrquwb{
  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);
}
.sm--dxkrquwb 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;
}
.sm--dxkrquwb a:hover {
  color: var(--primary-btn-bg);
}
.sm--dxkrquwb h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr--dzatjicv {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm--qhslwmzy {
      display: flex;
      flex-direction: column;
    }

    .fr--izyxahte, .frm--dykuworp {
      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;
    }

    .fr--izyxahte:focus, .frm--dykuworp:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm--dykuworp {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr--dzatjicv button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr--dzatjicv button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr--dzatjicv {
        max-width: 100%;
        gap: 15px;
      }

      .fr--izyxahte, .frm--dykuworp {
        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)
  }
}


        .h--dgxebzcs {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            background: #fff0;
            z-index: 100;
            border: 0;
        }

        .b--jfolgych {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
            padding: 150px 15px 50px;
        }

        .main--ipbeaogn {
            position: relative;
            text-align: center;
            max-width: 65rem;
            margin: 0 auto;
            z-index: 10;
        }

        .banner--bsduejhg {
            font-size: 51px;
            margin-bottom: var(--mb);
            margin-top: 0;
            line-height: 1.25;
            color: transparent;
            font-weight: 900;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #29B6F6 0%, #00C853 50%, #FFD600 100%);
        }

        .banner--bsduejhg span {
            color: transparent;
            background-clip: text;
            background-image: linear-gradient(to right in oklab, #00C853 0%, #FFD600 100%);
        }

        .ban--zhcudfgm {
            font-size: 19px;
            color: #333333;
            max-width: 55rem;
            margin: 0 auto var(--mb);
        }

        .hero--wpedyobt {
            position: absolute;
            inset: 0;
            background-image: linear-gradient(to bottom right,
                    rgba(#00C853, 0.2),
                    rgba(#FFD600, 0.2),
                    rgba(#00C853, 0.2));
            opacity: 0.5;
        }

        .banner--glvzxdwi {
            position: absolute;
            border-radius: 9999px;
            opacity: 0.3;
        }

        .banner--glvzxdwi:nth-child(1) {
            top: 6rem;
            left: 69%;
            width: 8rem;
            height: 8rem;
            background-image: linear-gradient(to right, #00C853, #FFD600);
            border-radius: 9999px;
            filter: blur(24px);
            opacity: 0.3;
            animation: pulse 2s infinite;
        }

        .banner--glvzxdwi:nth-child(2) {
            bottom: 5rem;
            right: 20%;
            width: 12rem;
            height: 12rem;
            background-image: linear-gradient(to right, #00C853, #FFD600);
            border-radius: 9999px;
            filter: blur(40px);
            opacity: 0.2;
            animation: pulse 2s infinite;
            animation-delay: 1s;
        }

        .banner--glvzxdwi:nth-child(3) {
            top: 60%;
            left: 33%;
            width: 8rem;
            height: 6rem;
            background-image: linear-gradient(to right, #FFD600, #00C853);
            border-radius: 0.5rem;
            filter: blur(16px);
            opacity: 0.25;
            animation: bounce 1s infinite;
        }

        @media (max-width: 1024px) {
            .banner--bsduejhg {
                font-size: 27px;
                max-width: 100%;
            }

            .b--jfolgych {
                padding: 120px 15px 50px;
                min-height: 70vh;
            }

            .ban--zhcudfgm {
                max-width: 100%;
            }

            .banner--glvzxdwi:nth-child(1),
            .banner--glvzxdwi:nth-child(2),
            .banner--glvzxdwi:nth-child(3){
                width: 3rem;
                height: 3rem;
            }
        }

        @keyframes pulse {

            0%,
            100% {
                opacity: 1;
            }

            50% {
                opacity: .5;
            }
        }

        @keyframes bounce {

            0%,
            100% {
                transform: translateY(-25%);
                animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            }

            50% {
                transform: translateY(0);
                animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            }
        }
        


        .row--uxrzvtja {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .block--sldqxjcu {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .block--sldqxjcu:hover {
            border-color: #00C853;
            transform: translateY(-4px);
        }

        .block--sldqxjcu h3 {
            color: #000000;
        }

        .block--sldqxjcu p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .row--uxrzvtja {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        