/*!
Theme Name: czhwt1
Theme URI: #
Version: 4.4.8
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: czhwt1
*/

:root {
  --text-color: #000000;
  --heading-color: #673AB7;
  --primary-btn-bg: #AB47BC;
  --secondary-btn-bg: #FF80AB;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #9C27B0;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #4A148C;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F3E5F5;
  --table-border-color: #9C27B0;

  --body-bg-color: #E1BEE7;
  --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: left;
  --banner-column: 65%;
  --banner-padding: 201.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #CE93D8;
  --banner-text-color: #333333;

  --container-max-width: 1581px;
  --border-radius: 16px;
  --py: 15px;
  --py-2: 51px;
  --text-align: left;
  --mb: 16px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 117px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 911ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #080808;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.owjmqngiwrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.usedhrjqtop {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.dqwkscjvtop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.igrbvynph {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.jklqtnufhead {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.jklqtnufhead:hover {
  color: var(--primary-btn-bg);
}


.uchmiqxlheader {
  display: flex;
  gap: 10px;
}

.xgptahlibrand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.xgptahlibrand img {
  max-height: 80px;
}

.ymlwsrijprimary,
.ewizscqnsecondary {
  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;
}

.ymlwsrijprimary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ymlwsrijprimary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ewizscqnsecondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ewizscqnsecondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ckdbongwbot {
  position: relative;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: var(--py) 0;
}



.ecuhgysffoot {
  display: flex;
  justify-content: var(--footer-justify);
  flex-direction: var(--footer-direction);
  gap: var(--mb);
  position: relative;
  z-index: 1;
}

.mabrkifubot {
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.rbeaplxhf {
  color: var(--footer-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.rbeaplxhf:hover {
  color: var(--primary-btn-bg);
}

.mqzjkurcfooter {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: var(--mb);
  color: var(--footer-text-color);
}

.awgdctmbfooter {
  margin: 0;
  margin-top: var(--mb);
  font-size: 14px;
  color: var(--footer-text-color);
  text-align: var(--text-align);
}

.ryxuaejlhr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ryxuaejlhr {
  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;
}

.ryxuaejlhr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.fyaqbcjnmain{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.phtnwgzqhero {
  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;
}

.xvohfkdncontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.xvohfkdncontent p {
  margin-bottom: var(--mb);
}

.xvohfkdncontent ul,
.xvohfkdncontent ol {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.xvohfkdncontent table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
}

.xvohfkdncontent table th,
.xvohfkdncontent table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.xvohfkdncontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.oibuseprpost {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.lfxhwgpublog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}


.juvoifhktexted {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--mb);
  margin: var(--py-2) 0;
}

/*
.epuaiglzblocks {
  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);
}
  */

.ctyfuvheinv {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;

  background: var(--contrast-bg-color);
  color: var(--contrast-text-color);
  padding: var(--py-2) 0;
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}

.ctyfuvheinv h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .igrbvynph {
    display: none;
  }

  .ecuhgysffoot {
    flex-direction: column;
    gap: 20px;
  }

  .fyaqbcjnmain{
    flex-direction: column;
  }

  .phtnwgzqhero {
    width: 100%;
  }

  .juvoifhktexted{
    grid-template-columns: 1fr;
  }
}

@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)
  }
}


        .ryxuaejlhr {
            position: relative;
            min-height: 413px;
            background: linear-gradient(257deg, #AB47BC, #FF80AB);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .phtnwgzqhero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .seizrtfhbanner {
            position: absolute;
            inset: 0;
        }

        .znljmvkqhr {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .znljmvkqhr:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .znljmvkqhr:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .znljmvkqhr:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .znljmvkqhr:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .znljmvkqhr:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .znljmvkqhr:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .znljmvkqhr:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .znljmvkqhr:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .rlgmzpjcmain {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1089px;
            max-width: 100%;
            padding: var(--py);
        }

        .qumvpwgeban {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 2rem;
            line-height: 1.2;
        }

        .cspaqnuoban {
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @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;
            }
        }
        


        .dalvqzeccard {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .epuaiglzblocks {
            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;
        }

        .epuaiglzblocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 10px;
            background: linear-gradient(90deg, #AB47BC, #FF80AB);
        }

        .epuaiglzblocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .epuaiglzblocks h3 {
            color: #000000;
        }

        .epuaiglzblocks p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .dalvqzeccard {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        