/*!
Theme Name: l7xzqc
Theme URI: #
Version: 8.8.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: l7xzqc
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #1B9AAA;
  --primary-btn-bg: #FF924C;
  --secondary-btn-bg: #889E80;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #1B9AAA;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #2F3E46;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FF6F61;
  --table-border-color: #FF8F61;
  --table-text-color: #000000;

  --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: center;
  --banner-column: 60%;
  --banner-padding: 216px;
  --banner-border: 0 solid;
  --banner-bg-color: #3D5B90;
  --banner-text-color: #ffffff;

  --container-max-width: 1411px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 30px;
  --py-2: 74px;
  --py-3: 50px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 119px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 995ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.grhsyb-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .ugvcol-h {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .lmaizp-h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .omdtsr-header {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .eupmzc-h {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .eupmzc-h:hover {
        color: var(--primary-btn-bg);
      }


      .crusgk-header {
        display: flex;
        gap: 10px;
      }

      .zwaixc-top {
        display: none;
      }
    

@media (max-width: 1024px) {
  .omdtsr-header {
    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;
  }

  .eupmzc-h {
    padding: 10px 0;
    display: block;
  }

  .omdtsr-header.active {
    opacity: 1;
    visibility: visible;
  }

  .zwaixc-top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .zwaixc-top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .zwaixc-top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .zwaixc-top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.exyuhd-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.exyuhd-log img {
  max-height: 80px;
}

.ekcmal-first,
.pclgjn-alt {
  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;
}

.ekcmal-first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ekcmal-first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.pclgjn-alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.pclgjn-alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ezgpia-foot{
  position: relative;
}
.ezgpia-foot * {
  z-index: 1;
  position: relative;
}


      .wkzfqb-text > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff924c 0%, #ff711a 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%;
      }

      .wkzfqb-text > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .wkzfqb-text > .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;
      }
    


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

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

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

    .pakoyw-partners__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .ezgpia-foot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .jearmp-bottom {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .jfdyke-bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .zrqfpj-bottom {
      display: flex;
      flex-direction: column;
    }

    .qswfxz-bottom {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .czasen-bottom {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .tbjqwa-bot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .tbjqwa-bot:hover {
      color: var(--primary-btn-bg);
    }

    .exhipc-footer {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .zrneqs-bot {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .oufmdh-foot {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .oufmdh-foot::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .jfdyke-bot {
        flex-direction: column;
      }
    }
    



.czasen-bottom li:empty {
  display: none;
}

.xehcsw-hero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.xehcsw-hero {
  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;
}

.xehcsw-hero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.xhfgij-hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.nlipgr-ban {
  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;
}

.wqtzck-table{
  overflow-x: auto;
  width: 100%;
}

.wkzfqb-text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.wkzfqb-text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.wkzfqb-text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.wkzfqb-text ul {
  list-style: none;
}

.wkzfqb-text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.wkzfqb-text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .wkzfqb-text ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .wkzfqb-text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #ffe0cc;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .wkzfqb-text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .wkzfqb-text ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF924C;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    


      .wkzfqb-text 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 #ff3f2e;
        box-shadow: 0 25px 50px -12px #ff3f2e;
      }

      .wkzfqb-text table thead {
        background-color: #ff857a;
      }

      .wkzfqb-text table thead tr {
        border-bottom: 1px solid #ff3f2e;
      }

      .wkzfqb-text table th {
        padding: 21px 25px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .wkzfqb-text table tbody tr {
        border-bottom: 1px solid #ff3f2e;
      }

      .wkzfqb-text table tbody tr:last-child {
        border-bottom: none;
      }

      .wkzfqb-text table td {
        padding: 24px 32px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .wkzfqb-text table td:first-child {
        font-weight: 500;
      }
    

.wkzfqb-text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.gdilyz-article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.qbayei-posts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .qrlidf-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .qrlidf-column .sitymn-cols:first-child {
        order: 1;
      }

      .qrlidf-column .sitymn-cols:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .qrlidf-column h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .qrlidf-column h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #ff924c 0%, #ffd0b3 100%);
        border-radius: 2px;
      }

      .qrlidf-column figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .qrlidf-column figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .qrlidf-column figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .qrlidf-column {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .qrlidf-column .sitymn-cols:first-child {
          order: 1;
        }

        .qrlidf-column .sitymn-cols:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.cesqjk-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%;
}

.cesqjk-table p,
.cesqjk-table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.cesqjk-table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.cesqjk-table table td,
.cesqjk-table table th {
  border: 0;
}

.cesqjk-table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.cesqjk-table tr:last-child {
  border-bottom: 0;
}

.cesqjk-table h2 {
  margin-top: 0;
}

/*
.moagwq-blocks {
  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);
}
  */

.qpaomv-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);
}


    .qpaomv-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);
    }
    

.qpaomv-darked h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .xhfgij-hr{
    flex-direction: column;
  }

  .nlipgr-ban {
    width: 100%;
  }

  .cesqjk-table {
    padding: var(--py);
  }

  .qpaomv-darked {
    padding: var(--py);
  }
}

.guwpmh-sitemappage{
  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);
}
.guwpmh-sitemappage 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;
}
.guwpmh-sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.guwpmh-sitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .odsgux-fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .mwrstc-form {
      display: flex;
      flex-direction: column;
    }

    .tasdzv-form, .uofykn-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;
    }

    .tasdzv-form:focus, .uofykn-form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .uofykn-form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .odsgux-fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .odsgux-fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .odsgux-fr {
        max-width: 100%;
        gap: 15px;
      }

      .tasdzv-form, .uofykn-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)
  }
}


        .xehcsw-hero {
            position: relative;
            min-height: 429px;
            background: linear-gradient(159deg, #FF924C, #889E80);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .nlipgr-ban {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .infyau-hr {
            position: absolute;
            inset: 0;
        }

        .ywmfso-b {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .ywmfso-b:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .ywmfso-b:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .ywmfso-b:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .ywmfso-b:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .ywmfso-b:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .ywmfso-b:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .ywmfso-b:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .ywmfso-b:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .nrxehs-b {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1103px;
            max-width: 100%;
            padding: var(--py);
        }

        .lxopqt-banner {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .gcskbh-hero {
            font-size: 20px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .lxopqt-banner {
                font-size: 26px;
            }
        }

        @keyframes float-particle {
            0% {
                transform: translateY(100vh) rotate(0deg);
                opacity: 0;
            }
            10% {
                opacity: 1;
            }
            90% {
                opacity: 1;
            }
            100% {
                transform: translateY(-100px) rotate(360deg);
                opacity: 0;
            }
        }
        


        .pakgcy-row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .moagwq-blocks {
            background: #597da1;
            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;
        }

        .moagwq-blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #FF924C, #889E80);
        }

        .moagwq-blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .moagwq-blocks h3 {
            color: #FFFFFF;
        }

        .moagwq-blocks p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .pakgcy-row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        