/*!
Theme Name: gh9o56
Theme URI: #
Version: 2.4.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gh9o56
*/

:root {
  --text-color: #2C3E50;
  --heading-color: #E74C3C;
  --primary-btn-bg: #3498DB;
  --secondary-btn-bg: #1ABC9C;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F8F9FA;
  --header-text-color: #E74C3C;
  --header-border: 1px solid #3498DB;

  --footer-bg-color: #34495E;
  --footer-text-color: #ECF0F1;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDC3C7;
  --table-text-color: #333333;

  --body-bg-color: #F8F9FA;
  --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: center;
  --banner-column: 79%;
  --banner-padding: 136.8px;
  --banner-border: 3px solid #3498DB;
  --banner-bg-color: #F8F9FA;
  --banner-text-color: #000000;

  --container-max-width: 1161px;
  --container-padding: 0 15px;
  --border-radius: 3px;
  --py: 28px;
  --py-2: 66px;
  --py-3: 64px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 121px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 845ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Nata 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;
}

.wrapper__raqcji {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h__mvgekw {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(248,249,250,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header__haecku {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header__asetdz {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .h__smvnto {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .h__smvnto:hover {
        color: var(--primary-btn-bg);
      }


      .h__lynbfm {
        display: flex;
        gap: 10px;
      }

      .top__mxtgqo {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header__asetdz {
    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;
  }

  .h__smvnto {
    padding: 10px 0;
    display: block;
  }

  .header__asetdz.active {
    opacity: 1;
    visibility: visible;
  }

  .top__mxtgqo {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top__mxtgqo span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top__mxtgqo.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top__mxtgqo.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.l__qlsdtw {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l__qlsdtw img {
  max-height: 80px;
}

.prim__yxdjwb,
.second__jqgvlt {
  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;
}

.prim__yxdjwb {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim__yxdjwb:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second__jqgvlt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second__jqgvlt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer__jcosvu{
  position: relative;
}
.footer__jcosvu * {
  z-index: 1;
  position: relative;
}


      .txt__jenwko > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #3498db 0%, #217dba 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%;
      }

      .txt__jenwko > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .txt__jenwko > .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;
      }
    


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

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

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

    .pr__title__tbefal {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .footer__jcosvu {
      background: linear-gradient(135deg, #476380 0%, #22303f 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .bot__lakgqu {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .bot__dxhfok {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .bot__qwhyeb {
      display: flex;
      flex-direction: column;
    }

    .foot__skxwpb {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .foot__orsjcn {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer__gnpjbw {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .footer__gnpjbw:hover {
      color: var(--primary-btn-bg);
    }

    .bot__ojfwea {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .bot__dxhfok {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .foot__orsjcn {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    


        .footer__jcosvu:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-size: 40px 40px;
            background-image: repeating-linear-gradient(45deg, #000000 0, #000000 2.6px, #476380 0, #476380 50%);
            
        }
        

.foot__orsjcn li:empty {
  display: none;
}

.b__xnduea {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.b__xnduea {
  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__xnduea svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main__yimfwt{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main__ofspru {
  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__gylxqk{
  overflow-x: auto;
  width: 100%;
}

.txt__jenwko {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt__jenwko p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt__jenwko ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt__jenwko ul {
  list-style: none;
}

.txt__jenwko ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt__jenwko ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt__jenwko 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;
    }

    .txt__jenwko ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt__jenwko ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #3498db 0%, #74b9e7 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: #3498DB;
        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;
      }
    


      .table__gylxqk {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .txt__jenwko table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .txt__jenwko table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .txt__jenwko table th {
        padding: 22px 28px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .txt__jenwko table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .txt__jenwko table tbody tr:last-child {
        border-bottom: none;
      }

      .txt__jenwko table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txt__jenwko table td {
        padding: 22px 33px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .txt__jenwko table td:first-child {
        font-weight: normal;
      }
    

.txt__jenwko img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles__nxhztj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles__mukanc {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted__amidfq {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted__amidfq .column__rvtzuh:first-child {
        order: 2;
        padding: 19px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .texted__amidfq .column__rvtzuh:last-child {
        order: 1;
      }

      .texted__amidfq h2 {
        margin-top: 0;
      }

      .texted__amidfq img,
      .texted__amidfq figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .texted__amidfq {
          grid-template-columns: 1fr;
        }

        .texted__amidfq .column__rvtzuh:first-child {
          order: 1;
        }

        .texted__amidfq .column__rvtzuh:last-child {
          order: 2;
        }
      }
    

.table__ufgvta {
  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%;
}

.table__ufgvta p,
.table__ufgvta h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table__ufgvta table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table__ufgvta table td,
.table__ufgvta table th {
  border: 0;
}

.table__ufgvta table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table__ufgvta tr:last-child {
  border-bottom: 0;
}

.table__ufgvta h2 {
  margin-top: 0;
}

/*
.rows__tvhuji {
  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);
}
  */

.contrast__tyxvfg {
  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);
}


    .contrast__tyxvfg{
      background: linear-gradient(135deg, #2e2e2e 0%, #474747 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.contrast__tyxvfg h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .main__yimfwt{
    flex-direction: column;
  }

  .main__ofspru {
    width: 100%;
  }

  .table__ufgvta {
    padding: var(--py);
  }

  .contrast__tyxvfg {
    padding: var(--py);
  }
}

.sitemappage__tkrjin{
  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);
}
.sitemappage__tkrjin 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;
}
.sitemappage__tkrjin a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage__tkrjin h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm__dktxqs {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .form__fgtdnl {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .form__zxhtco {
      padding: 40px 0;
    }

    .frm__bwurfj {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .frm__mjnpgr {
      color: var(--text-color);
      font-size: 16px;
    }

    .frm__mjnpgr strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .frm__hytlfi {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .form__cyalbn {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm__euimnl {
      display: flex;
      flex-direction: column;
    }

    .form__hytlqw, .frm__igqxls {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--body-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .form__hytlqw:focus, .frm__igqxls:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__igqxls {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form__cyalbn button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .form__cyalbn button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form__fgtdnl {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .frm__hytlfi {
        padding: 30px 20px;
      }

      .form__zxhtco {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@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)
  }
}


        .b__xnduea {
            position: relative;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background: linear-gradient(to bottom right, #F8F9FA, rgba(52, 152, 219, 0.3), rgba(26, 188, 156, 0.3));
        }

        .banner__ndshmt {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 569px;
            height: 660px;
            background: rgba(52, 152, 219, 0.3);
            border-radius: 50%;
            filter: blur(100px);
        }

        .main__yimfwt {
            max-width: 1151px;
            margin: 0 auto;
            padding: 0 var(--py);
            position: relative;
            z-index: 10;
            text-align: center;
        }

        .main__djcmlv {
            font-size: clamp(52px, 8vw, 98px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 32px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .main__kgnqxd {
            font-size: 20px;
            color: #000000;
            opacity: 0.7;
            max-width: 672px;
            margin: 0 auto 39px;
            line-height: 1.6;
        }

        .b__xnduea::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(to top, #F8F9FA, transparent);
        }

        @media (max-width: 1024px) {
            .main__djcmlv {
                font-size: 48px;
            }

            .main__kgnqxd {
                font-size: 16px;
            }
        }
        


        .blocks__jpfris {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rows__tvhuji {
            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;
        }

        .rows__tvhuji::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #3498DB, #1ABC9C);
        }

        .rows__tvhuji:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rows__tvhuji h3 {
            color: #2C3E50;
        }

        .rows__tvhuji p {
            color: #2C3E50;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks__jpfris {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        