/*!
Theme Name: wbiahx
Theme URI: #
Version: 2.8.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wbiahx
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #4A148C;
  --primary-btn-bg: #FFD54F;
  --secondary-btn-bg: #E91E63;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #212121;
  --header-text-color: #4A148C;
  --header-border: 1px solid #FFD54F;

  --footer-bg-color: #0D47A1;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #EDE7F6;
  --table-border-color: #7B1FA2;
  --table-text-color: #201434;

  --body-bg-color: #212121;
  --card-bg-color: #545454;
  --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: 74%;
  --banner-padding: 136.8px;
  --banner-border: 5px solid #FFD54F;
  --banner-bg-color: #212121;
  --banner-text-color: #ffffff;

  --container-max-width: 1084px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 18px;
  --py-2: 43px;
  --py-3: 70px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 181px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 358ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ededed;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.yrjsbdwr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .luigtbh {
        padding: var(--py) 0;
      }

      .oydqfeh {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .txkhnjheader {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffeaa7;
      }

      .dakgutheader {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .dakgutheader:hover {
        color: var(--primary-btn-bg);
      }


      .wduhpghead {
        display: flex;
        gap: 10px;
      }

      .aqcpkyhead {
        display: none;
      }

      .rvqhfxlogo img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .oydqfeh {
          justify-content: space-between;
          flex-direction: row;
        }

        .dakgutheader {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .txkhnjheader {
    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;
  }

  .dakgutheader {
    padding: 10px 0;
    display: block;
  }

  .txkhnjheader.active {
    opacity: 1;
    visibility: visible;
  }

  .aqcpkyhead {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .aqcpkyhead span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .aqcpkyhead.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .aqcpkyhead.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.rvqhfxlogo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.rvqhfxlogo img {
  max-height: 80px;
}

.jwhsikp,
.kyuxwmalt {
  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;
}

.jwhsikp {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.jwhsikp:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.kyuxwmalt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.kyuxwmalt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.rdsbapbot{
  position: relative;
}
.rdsbapbot * {
  z-index: 1;
  position: relative;
}


      .uxelbmcontent > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .uxelbmcontent > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .uxelbmcontent > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .nmiljdps {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .rdsbapbot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 48px 24px;
      border-top: 1px solid rgba(255, 255, 255, 0.1);
    }

    .hmxtcafooter {
      max-width: 1280px;
      margin: 0 auto;
    }

    .vldjsubottom {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 32px;
      flex-wrap: wrap;
      margin-bottom: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .fhydvlf {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .fhydvlf:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .hleoqafooter {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .vihkpubot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.4;
      margin: 15px 0 0 0;
    }

    @media (max-width: 768px) {
      .vldjsubottom {
        gap: 16px;
      }
    }
    



.vldjsubottom li:empty {
  display: none;
}

.tajycdbanner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.tajycdbanner {
  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;
}

.tajycdbanner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ntucwvb{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.xqawpkban {
  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;
}

.dfrpmvtbl{
  overflow-x: auto;
  width: 100%;
}

.uxelbmcontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.uxelbmcontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.uxelbmcontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.uxelbmcontent ul {
  list-style: none;
}

.uxelbmcontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.uxelbmcontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .uxelbmcontent 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;
    }

    .uxelbmcontent ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .uxelbmcontent ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffd54f 0%, #ffe799 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: #FFD54F;
        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;
      }
    


      .uxelbmcontent 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);
      }

      .uxelbmcontent table th,
      .uxelbmcontent table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.uxelbmcontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.sgwynrarticles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.eiloqyarticle {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .konbtqcols {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .konbtqcols .komtpvcols:first-child {
        order: 2;
        padding: 15px;
        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);
      }

      .konbtqcols .komtpvcols:last-child {
        order: 1;
      }

      .konbtqcols h2 {
        margin-top: 0;
      }

      .konbtqcols img,
      .konbtqcols figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .konbtqcols {
          grid-template-columns: 1fr;
        }

        .konbtqcols .komtpvcols:first-child {
          order: 1;
        }

        .konbtqcols .komtpvcols:last-child {
          order: 2;
        }
      }
    

.dcnwemtable {
  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%;
}

.dcnwemtable p,
.dcnwemtable h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.dcnwemtable table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.dcnwemtable table td,
.dcnwemtable table th {
  border: 0;
}

.dcnwemtable table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.dcnwemtable tr:last-child {
  border-bottom: 0;
}

.dcnwemtable h2 {
  margin-top: 0;
}

/*
.qwdkoyblock {
  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);
}
  */

.mecbqfinv {
  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);
}


    .mecbqfinv{
      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);
    }
    

.mecbqfinv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ntucwvb{
    flex-direction: column;
  }

  .xqawpkban {
    width: 100%;
  }

  .dcnwemtable {
    padding: var(--py);
  }

  .mecbqfinv {
    padding: var(--py);
  }
}

.mtaifssitemap{
  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);
}
.mtaifssitemap 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;
}
.mtaifssitemap a:hover {
  color: var(--primary-btn-bg);
}
.mtaifssitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .gaupywform {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .moeigrform {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .duwtnlfrm {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .duwtnlfrm h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .nywamgfr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .wqedthfr {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .vrlcmbfrm {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .bwfhsgfrm {
      color: var(--text-color);
      line-height: 1.5;
    }

    .bwfhsgfrm strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .idosquform {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .tjwgfhfr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .abkwfnfr {
      display: flex;
      flex-direction: column;
    }

    .spckzyform, .hipdojfr {
      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;
    }

    .spckzyform:focus, .hipdojfr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .hipdojfr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .idosquform button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .idosquform button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .moeigrform {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .duwtnlfrm, .idosquform {
        padding: 20px;
      }

      .tjwgfhfr {
        gap: 15px;
      }

      .spckzyform, .hipdojfr {
        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)
  }
}


        .tajycdbanner {
            position: relative;
            min-height: 511px;
            background: linear-gradient(7deg, #212121, #E91E63, #212121);
            display: flex;
            align-items: center;
        }

        .mbktunban {
            backdrop-filter: blur(17px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 23px 47px rgba(0, 0, 0, 0.25);
            width: 1135px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .obzcjdbanner {
            font-size: clamp(2rem, 6vw, 3rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .ovzpxthr {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .obzcjdbanner {
                font-size: 32px;
            }
        }
        


        .stgfjlcards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .qwdkoyblock {
            background: #545454;
            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;
        }

        .qwdkoyblock::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 7px;
            background: linear-gradient(90deg, #FFD54F, #E91E63);
        }

        .qwdkoyblock:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .qwdkoyblock h3 {
            color: #FFFFFF;
        }

        .qwdkoyblock p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .stgfjlcards {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        