/*!
Theme Name: 1p8eot
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: 1p8eot
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #E74C3C;
  --primary-btn-bg: #FFCC00;
  --secondary-btn-bg: #F39C12;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #34495E;
  --header-text-color: #E74C3C;
  --header-border: 1px solid #FFCC00;

  --footer-bg-color: #3498DB;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #E74C3C;
  --table-text-color: #333333;

  --body-bg-color: #34495E;
  --card-bg-color: #597da1;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 67%;
  --banner-padding: 194.4px;
  --banner-border: 2px solid #FFCC00;
  --banner-bg-color: #34495E;
  --banner-text-color: #ffffff;

  --container-max-width: 1199px;
  --container-padding: 0 15px;
  --border-radius: 23px;
  --py: 35px;
  --py-2: 80px;
  --py-3: 51px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 113px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 320ms;
  --animation-type: ease;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 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;
}

.znowflx-wraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .baztvxd-top {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(52,73,94,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .jgnuazr-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .jyredvw-head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ogvmasq-header {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ogvmasq-header:hover {
        color: var(--primary-btn-bg);
      }


      .pdroctm-top {
        display: flex;
        gap: 10px;
      }

      .tugzwiv-top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .jyredvw-head {
    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;
  }

  .ogvmasq-header {
    padding: 10px 0;
    display: block;
  }

  .jyredvw-head.active {
    opacity: 1;
    visibility: visible;
  }

  .tugzwiv-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .tugzwiv-top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .tugzwiv-top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .tugzwiv-top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.gojxpik-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.gojxpik-log img {
  max-height: 80px;
}

.ubnkaxm-primary,
.emsuahy-secondary {
  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;
}

.ubnkaxm-primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ubnkaxm-primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.emsuahy-secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.emsuahy-secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ybokpgq-footer{
  position: relative;
}
.ybokpgq-footer * {
  z-index: 1;
  position: relative;
}


      .tiwgvzj-content > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ffcc00 0%, #cca300 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%;
      }

      .tiwgvzj-content > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .tiwgvzj-content > .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;
      }
    


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

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

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

    .ygjnqpa-or__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .ybokpgq-footer {
      background: linear-gradient(135deg, #5faee3 0%, #217dba 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .ybokpgq-footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .nmwgfxp-f {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .qtfwnou-bot {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .amirokj-footer {
      width: 100%;
    }

    .zwnlbgc-bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .fujpwtn-footer {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .fujpwtn-footer:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bxrawmk-f {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .luejkhp-foot {
      text-align: center;
      padding-top: 20px;
    }

    .luejkhp-foot p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .ybokpgq-footer {
        padding: 30px 0 15px;
      }

      .zwnlbgc-bottom {
        gap: 15px;
        flex-direction: column;
      }

      .fujpwtn-footer {
        font-size: 14px;
        padding: 6px 12px;
      }

      .qtfwnou-bot {
        margin-bottom: 20px;
      }

      .bxrawmk-f {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .zwnlbgc-bottom {
        gap: 10px;
      }

      .fujpwtn-footer {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.zwnlbgc-bottom li:empty {
  display: none;
}

.uklvejq-banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.uklvejq-banner {
  text-align: var(--banner-direction);
  padding: var(--banner-padding) 0;
  background-color: var(--banner-bg-color);
  color: var(--banner-text-color);
  border-bottom: var(--banner-border);
  position: relative;
  overflow: hidden;
}

.uklvejq-banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.xzlfkqr-hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.wyiugbh-banner {
  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;
}

.mabdwlq-tb{
  overflow-x: auto;
  width: 100%;
}

.tiwgvzj-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.tiwgvzj-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.tiwgvzj-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.tiwgvzj-content ul {
  list-style: none;
}

.tiwgvzj-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.tiwgvzj-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .tiwgvzj-content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 1.5rem 0;
      width: max-content;
      max-width: 100%;
      text-align: left;
      display: inline-block;
    }

    .tiwgvzj-content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .tiwgvzj-content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffcc00 0%, #ffdb4d 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: #FFCC00;
        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;
      }
    


      .tiwgvzj-content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .tiwgvzj-content table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .tiwgvzj-content table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .tiwgvzj-content table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .tiwgvzj-content table tbody tr:last-child {
        border-bottom: none;
      }

      .tiwgvzj-content table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .tiwgvzj-content table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .tiwgvzj-content table td:first-child {
        font-weight: normal;
      }
    

.tiwgvzj-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.iwqlxug-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.mrzhnfv-item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .curazhp-texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .curazhp-texted .mkijztf-col:first-child {
        order: 2;
      }

      .curazhp-texted .mkijztf-col:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .curazhp-texted h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .curazhp-texted h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ffcc00 0%, #ffe066 100%);
        border-radius: 2px;
      }

      .curazhp-texted figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .curazhp-texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .curazhp-texted figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .curazhp-texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .curazhp-texted .mkijztf-col:first-child {
          order: 1;
        }

        .curazhp-texted .mkijztf-col:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.rkcwdin-table {
  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%;
}

.rkcwdin-table p,
.rkcwdin-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rkcwdin-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rkcwdin-table table td,
.rkcwdin-table table th {
  border: 0;
}

.rkcwdin-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rkcwdin-table tr:last-child {
  border-bottom: 0;
}

.rkcwdin-table h2 {
  margin-top: 0;
}

/*
.jxmktwi-block {
  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);
}
  */

.zohabyn-darked {
  position: relative;
  border-radius: var(--border-radius);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}


    .zohabyn-darked{
      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);
    }
    

.zohabyn-darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .xzlfkqr-hero{
    flex-direction: column;
  }

  .wyiugbh-banner {
    width: 100%;
  }

  .rkcwdin-table {
    padding: var(--py);
  }

  .zohabyn-darked {
    padding: var(--py);
  }
}

.yhfqasb-sitemap{
  display: flex;
  flex-direction: column;
  gap: var(--mb);
  list-style: none;
  margin: 15px 0;
  padding: 15px;
  border-radius: var(--border-radius);
  background: rgb(from var(--table-bg-color) r g b / 0.5);
}
.yhfqasb-sitemap a {
  color: var(--text-color);
  text-decoration: none;
  transition: color 0.3s ease;
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}
.yhfqasb-sitemap a:hover {
  color: var(--primary-btn-bg);
}
.yhfqasb-sitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .jkghotp-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .arksqxn-fr {
      display: flex;
      flex-direction: column;
    }

    .hgojkam-form, .sulekgy-form {
      padding: 15px 20px;
      border-radius: var(--border-radius);
      border: 2px solid var(--table-border-color);
      background-color: var(--table-bg-color);
      color: var(--text-color);
      font-size: 16px;
      outline: none;
      transition: all 0.3s ease;
    }

    .hgojkam-form:focus, .sulekgy-form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .sulekgy-form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .jkghotp-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .jkghotp-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .jkghotp-form {
        max-width: 100%;
        gap: 15px;
      }

      .hgojkam-form, .sulekgy-form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .uklvejq-banner {
            position: relative;
            padding: 134px var(--py) 178px;
            background-color: #34495E;
            overflow: hidden;
        }

        .wdjkbox-b {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hfgxrow-hero {
            position: absolute;
            top: 29%;
            left: 50%;
            width: 510px;
            height: 570px;
            background: radial-gradient(circle, rgba(255, 204, 0, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(60px);
        }

        .hfgxrow-hero:nth-child(2) {
            top: 39%;
            left: 27%;
            width: 426px;
            height: 541px;
            background: radial-gradient(circle, rgba(243, 156, 18, 0.05) 0%, transparent 70%);
        }

        .xzlfkqr-hero {
            max-width: 808px;
            margin: 0 auto;
        }

        .lonzkdq-hero {
            font-size: clamp(54px, 8vw, 96px);
            color: #ffffff;
            margin-bottom: 25px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .gynscip-banner {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.4;
            max-width: 524px;
            margin: 0 auto 37px;
            line-height: 1.6;
            text-align: center;
        }

        .wyiugbh-banner {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .uklvejq-banner {
                padding: 95px var(--py) 108px;
            }

            .lonzkdq-hero {
                font-size: 38px;
            }

            .gynscip-banner {
                font-size: 15px;
            }
        }
        


        .idsgzqj-rows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .jxmktwi-block {
            background: #597da1;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .jxmktwi-block:hover {
            border-color: #FFCC00;
            transform: translateY(-4px);
        }

        .jxmktwi-block h3 {
            color: #FFFFFF;
        }

        .jxmktwi-block p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .idsgzqj-rows {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        