/*!
Theme Name: 3q5sk7
Theme URI: #
Version: 3.9.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 3q5sk7
*/

:root {
  --text-color: #000000;
  --heading-color: #FF4500;
  --primary-btn-bg: #8A2BE2;
  --secondary-btn-bg: #00CED1;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FF4500;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #8B0000;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #5F9EA0;
  --table-border-color: #FF4500;
  --table-text-color: #000000;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 74%;
  --banner-padding: 144px;
  --banner-border: 0 solid;
  --banner-bg-color: #B0E0E6;
  --banner-text-color: #000000;

  --container-max-width: 1355px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 39px;
  --py-2: 72px;
  --py-3: 77px;
  --text-align: center;
  --mb: 23px;
  --fz-1: 28.8px;
  --fz-2: 24px;
  --fz-3: 20px;
  --logo-width: 132px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 445ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-color);
  background-color: var(--body-bg-color);
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: var(--text-color);
  transition: color 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
  max-height: 650px;
  width: auto;
}

ul, ol {
  margin: 0;
}

.tbusaf__wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.zvxmgw__top {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.waoxqm__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.kfjmyg__top {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.stnofe__head {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.stnofe__head:hover {
  color: var(--primary-btn-bg);
}


.wrvjdt__h {
  display: flex;
  gap: 10px;
}

.fokugw__logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.fokugw__logo img {
  max-height: 80px;
}

.zikhgu__primary,
.nutwzp__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;
}

.zikhgu__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zikhgu__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nutwzp__second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.nutwzp__second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.sdfbqe__foot{
  position: relative;
}
.sdfbqe__foot * {
  z-index: 1;
  position: relative;
}


    .sdfbqe__foot {
      background: linear-gradient(135deg, #bd0000 0%, #570000 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .ripeum__bot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .bxtwcz__bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .mdnxji__footer {
      display: flex;
      flex-direction: column;
    }

    .tvkyrj__foot {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .nrzuqe__footer {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .kucvfo__footer {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .kucvfo__footer:hover {
      color: var(--primary-btn-bg);
    }

    .tplunw__bot {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .bxtwcz__bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .nrzuqe__footer {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.nrzuqe__footer li:empty {
  display: none;
}

.trnzqf__banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.trnzqf__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;
}

.trnzqf__banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.emtlui__hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.kroypw__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;
}

.vefczo__table{
  overflow-x: auto;
  width: 100%;
}

.rnzojw__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.rnzojw__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.rnzojw__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.rnzojw__content ul {
  list-style: none;
}

.rnzojw__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.rnzojw__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .rnzojw__content ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .rnzojw__content 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 #c89cf2;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .rnzojw__content 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;
    }

    .rnzojw__content ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .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: #8A2BE2;
        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;
      }
    

.rnzojw__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);
}

.rnzojw__content table th,
.rnzojw__content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.rnzojw__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xetmsc__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.xctsyp__blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .vdxakz__cols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .vdxakz__cols .xpufsr__column:first-child {
        order: 1;
      }

      .vdxakz__cols .xpufsr__column:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .vdxakz__cols h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .vdxakz__cols h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #8a2be2 0%, #bc86ee 100%);
        border-radius: 2px;
      }

      .vdxakz__cols figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .vdxakz__cols figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .vdxakz__cols figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .vdxakz__cols {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .vdxakz__cols .xpufsr__column:first-child {
          order: 1;
        }

        .vdxakz__cols .xpufsr__column:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.rfexdu__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%;
}

.rfexdu__table p,
.rfexdu__table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.rfexdu__table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.rfexdu__table table td,
.rfexdu__table table th {
  border: 0;
}

.rfexdu__table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.rfexdu__table tr:last-child {
  border-bottom: 0;
}

.rfexdu__table h2 {
  margin-top: 0;
}

/*
.zpiqav__cards {
  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);
}
  */

.ietdro__dark {
  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);
}


    .ietdro__dark{
      background: linear-gradient(135deg, #333333 0%, #4d4d4d 100%);
      border-left: 10px solid var(--primary-btn-bg);
    }
    

.ietdro__dark h2 {
  color: inherit;
  margin-top: 0;
}

.gqudij__head {
  display: none;
}

@media (max-width: 1024px) {
  .kfjmyg__top {
    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;
  }

  .stnofe__head {
    padding: 10px 0;
    display: block;
  }

  .kfjmyg__top.active {
    opacity: 1;
    visibility: visible;
  }

  .gqudij__head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .gqudij__head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .gqudij__head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .gqudij__head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .emtlui__hr{
    flex-direction: column;
  }

  .kroypw__hr {
    width: 100%;
  }

  .rfexdu__table {
    padding: var(--py);
  }

  .ietdro__dark {
    padding: var(--py);
  }
}

.nzutia__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);
}
.nzutia__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;
}
.nzutia__sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.nzutia__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;
}


    .jknatq__fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .dyumwa__form {
      display: flex;
      flex-direction: column;
    }

    .wngakz__frm, .pmanjr__fr {
      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;
    }

    .wngakz__frm:focus, .pmanjr__fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .pmanjr__fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .jknatq__fr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .jknatq__fr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .jknatq__fr {
        max-width: 100%;
        gap: 15px;
      }

      .wngakz__frm, .pmanjr__fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.lks__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)
  }
}


        .trnzqf__banner {
            position: relative;
            min-height: 512px;
            background: linear-gradient(359deg, #8A2BE2, #00CED1);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .kroypw__hr {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .dlswvp__banner {
            position: absolute;
            inset: 0;
        }

        .jkdqgr__banner {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .jkdqgr__banner:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .jkdqgr__banner:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .jkdqgr__banner:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .jkdqgr__banner:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .jkdqgr__banner:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .jkdqgr__banner:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .jkdqgr__banner:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .jkdqgr__banner:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .jlhwri__hr {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1162px;
            max-width: 100%;
            padding: var(--py);
        }

        .xsjqyz__hr {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .xiuyqb__b {
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .xsjqyz__hr {
                font-size: 33px;
            }
        }

        @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;
            }
        }
        


        .zauchg__row {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .zpiqav__cards {
            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;
        }

        .zpiqav__cards::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #8A2BE2, #00CED1);
        }

        .zpiqav__cards:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .zpiqav__cards h3 {
            color: #000000;
        }

        .zpiqav__cards p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .zauchg__row {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        