/*!
Theme Name: 7n9l02
Theme URI: #
Version: 8.3.9
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 7n9l02
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #00BFFF;
  --primary-btn-bg: #1E90FF;
  --secondary-btn-bg: #FF4500;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #000000;
  --header-text-color: #00BFFF;
  --header-border: 1px solid #1E90FF;

  --footer-bg-color: #00BFFF;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #008B8B;
  --table-border-color: #00CED1;
  --table-text-color: #ffffff;

  --body-bg-color: #000000;
  --card-bg-color: #333333;
  --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: 67%;
  --banner-padding: 194.4px;
  --banner-border: 5px solid #1E90FF;
  --banner-bg-color: #000000;
  --banner-text-color: #ffffff;

  --container-max-width: 1565px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 31px;
  --py-2: 65px;
  --py-3: 55px;
  --text-align: left;
  --mb: 23px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 197px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 955ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #cccccc;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.ozcvxbhem-container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.txhslfnjq-h {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.byfjktuhi-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.dzuykgraj-h {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.mdsplioav-head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.mdsplioav-head:hover {
  color: var(--primary-btn-bg);
}


.yptxfvrnw-head {
  display: flex;
  gap: 10px;
}

.yfjrshtxn-log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.yfjrshtxn-log img {
  max-height: 80px;
}

.clgotndyw-first,
.dgaenfivp-second {
  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;
}

.clgotndyw-first {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.clgotndyw-first:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.dgaenfivp-second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.dgaenfivp-second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.liardhkog-f{
  position: relative;
}
.liardhkog-f * {
  z-index: 1;
  position: relative;
}


    .liardhkog-f {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .plnkzaxmo-f {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .vzmuhjogr-bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .tjeisguyn-bot {
      display: flex;
      flex-direction: column;
    }

    .bpwuivhls-footer {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .gpabreiqn-bottom {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .dpnvxhjyg-f {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .dpnvxhjyg-f:hover {
      color: var(--primary-btn-bg);
    }

    .knbhdlfpz-f {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .ypbzkhvox-foot {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .pdhoensgj-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;
    }

    .pdhoensgj-foot::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .vzmuhjogr-bot {
        flex-direction: column;
      }
    }
    



.gpabreiqn-bottom li:empty {
  display: none;
}

.daokucwgy-hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.daokucwgy-hr {
  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;
}

.daokucwgy-hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.autidjfvq-b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.sxturhojm-hr {
  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;
}

.nlpusdqgh-tb{
  overflow-x: auto;
  width: 100%;
}

.dhkinxogq-content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.dhkinxogq-content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.dhkinxogq-content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.dhkinxogq-content ul {
  list-style: none;
}

.dhkinxogq-content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.dhkinxogq-content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .dhkinxogq-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;
    }

    .dhkinxogq-content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .dhkinxogq-content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #1e90ff 0%, #6bb5ff 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #1E90FF;
        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;
      }
    

.dhkinxogq-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
  color: var(--table-text-color);
}

.dhkinxogq-content table th,
.dhkinxogq-content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.dhkinxogq-content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.eubsxkonr-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.islbkrajf-blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .durqpftie-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .durqpftie-col::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #85c2ff05 0%, transparent 70%);
        z-index: 0;
      }

      .durqpftie-col .txmjpwnzk-texted {
        position: relative;
        z-index: 1;
      }

      .durqpftie-col .txmjpwnzk-texted:first-child {
        order: 2;
      }

      .durqpftie-col .txmjpwnzk-texted:last-child {
        order: 1;
      }

      .durqpftie-col figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .durqpftie-col figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .durqpftie-col figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .durqpftie-col h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #1e90ff 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .durqpftie-col h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #1e90ff 0%, #0075eb 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #1e90ff40;
      }

      .durqpftie-col p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .durqpftie-col {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .durqpftie-col .txmjpwnzk-texted:first-child {
          order: 1;
        }

        .durqpftie-col .txmjpwnzk-texted:last-child {
          order: 2;
        }

        .durqpftie-col figure {
          transform: none;
        }

        .durqpftie-col figure:hover {
          transform: scale(1.02);
        }

        .durqpftie-col h2 {
          font-size: 2rem;
        }
      }
    

.xtykvhgen-tbl {
  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%;
}

.xtykvhgen-tbl p,
.xtykvhgen-tbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.xtykvhgen-tbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.xtykvhgen-tbl table td,
.xtykvhgen-tbl table th {
  border: 0;
}

.xtykvhgen-tbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.xtykvhgen-tbl tr:last-child {
  border-bottom: 0;
}

.xtykvhgen-tbl h2 {
  margin-top: 0;
}

/*
.hscepaidb-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);
}
  */

.gbdirqozm-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);
}


    .gbdirqozm-darked{
      background: linear-gradient(135deg, #1e90ff 0%, #1f69ff 50%, #441fff 100%);
      padding: 46px;
    }
    

.gbdirqozm-darked h2 {
  color: inherit;
  margin-top: 0;
}

.zqslmouwv-header {
  display: none;
}

@media (max-width: 1024px) {
  .dzuykgraj-h {
    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;
  }

  .mdsplioav-head {
    padding: 10px 0;
    display: block;
  }

  .dzuykgraj-h.active {
    opacity: 1;
    visibility: visible;
  }

  .zqslmouwv-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .zqslmouwv-header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .zqslmouwv-header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .zqslmouwv-header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .autidjfvq-b{
    flex-direction: column;
  }

  .sxturhojm-hr {
    width: 100%;
  }

  .xtykvhgen-tbl {
    padding: var(--py);
  }

  .gbdirqozm-darked {
    padding: var(--py);
  }
}

.viguardbp-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);
}
.viguardbp-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;
}
.viguardbp-sitemap a:hover {
  color: var(--primary-btn-bg);
}
.viguardbp-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;
}


    .gpuskwqxh-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .qsyrznpjh-fr {
      display: flex;
      flex-direction: column;
    }

    .gcazjlkdr-fr, .qobfhiars-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;
    }

    .gcazjlkdr-fr:focus, .qobfhiars-form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .qobfhiars-form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .gpuskwqxh-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .gpuskwqxh-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .gpuskwqxh-form {
        max-width: 100%;
        gap: 15px;
      }

      .gcazjlkdr-fr, .qobfhiars-form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.partners__title {
  font-size: var(--fz-2);
  font-weight: bold;
  color: var(--heading-color);
  margin-bottom: var(--mb);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
  }

  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}


        .daokucwgy-hr {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #1E90FF15, #FF450015);
            min-height: 565px;
            display: flex;
            align-items: center;
        }

        .enuiyasdp-ban {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .bvwarqtpi-main {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .bvwarqtpi-main:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 27px;
            height: 13px;
            background: #1E90FF;
            border-radius: 2px;
            transform: rotate(18deg);
            animation-delay: 0s;
        }

        .bvwarqtpi-main:nth-child(2) {
            bottom: 30%;
            left: 18%;
            width: 20px;
            height: 29px;
            background: #FF4500;
            border-radius: 2px;
            animation-delay: 2s;
        }

        .bvwarqtpi-main:nth-child(3) {
            top: 32%;
            left: 28%;
            width: 24px;
            height: 15px;
            background: #00BFFF;
            border-radius: 3px;
            transform: rotate(22deg);
            animation-delay: 4s;
        }

        .dcnzwvpoa-ban {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1045px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .mzqhvnrpd-main {
            font-size: clamp(2rem, 8vw, 2rem);
            font-weight: bold;
            background: linear-gradient(45deg, #1E90FF, #FF4500);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 3rem;
        }

        .gvymtjrea-banner {
            font-size: 20px;
            color: #ffffff;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-26px); }
        }

        @media (max-width: 1024px) {
            .mzqhvnrpd-main {
                font-size: 27px;
            }
        }
        


        .dnltqevgi-card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .hscepaidb-blocks {
            background: #333333;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .hscepaidb-blocks:hover {
            border-color: #1E90FF;
            transform: translateY(-4px);
        }

        .hscepaidb-blocks h3 {
            color: #FFFFFF;
        }

        .hscepaidb-blocks p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .dnltqevgi-card {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        