/*!
Theme Name: x7r283
Theme URI: #
Version: 8.7.3
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: x7r283
*/

:root {
  --text-color: #2C3E50;
  --heading-color: #E91E63;
  --primary-btn-bg: #FF9800;
  --secondary-btn-bg: #009688;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #E91E63;
  --header-border: 1px solid #FF9800;

  --footer-bg-color: #424242;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #F1C40F;
  --table-border-color: #F39C12;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #2C3E50;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 78%;
  --banner-padding: 216px;
  --banner-border: 4px solid #FF9800;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1424px;
  --border-radius: 11px;
  --py: 35px;
  --py-2: 66px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 43.2px;
  --fz-2: 36px;
  --fz-3: 30px;
  --logo-width: 129px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 892ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', 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;
}

.formylwrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.osalnbhead {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.tksuodheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.ypcatqheader {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.aqughch {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.aqughch:hover {
  color: var(--primary-btn-bg);
}


.gwdznetop {
  display: flex;
  gap: 10px;
}

.hfzwekl {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.hfzwekl img {
  max-height: 80px;
}

.kfhydxprim,
.timacxsecond {
  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;
}

.kfhydxprim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.kfhydxprim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.timacxsecond {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.timacxsecond:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.fryzcsbottom {
  position: relative;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: var(--py) 0;
}



.wbyohcfooter {
  display: flex;
  justify-content: var(--footer-justify);
  flex-direction: var(--footer-direction);
  gap: var(--mb);
  position: relative;
  z-index: 1;
}

.ruchlofoot {
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.akiqyhbottom {
  color: var(--footer-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.akiqyhbottom:hover {
  color: var(--primary-btn-bg);
}

.awpvcff {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: var(--mb);
  color: var(--footer-text-color);
}

.aeyzgbf {
  margin: 0;
  margin-top: var(--mb);
  font-size: 14px;
  color: var(--footer-text-color);
  text-align: var(--text-align);
}

.epvhwnmain {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.epvhwnmain {
  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;
}

.epvhwnmain svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.zfapugbanner{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ukmzdfb {
  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;
}

.eoyvrjtxt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.eoyvrjtxt p {
  margin-bottom: var(--mb);
}

.eoyvrjtxt ul,
.eoyvrjtxt ol {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.eoyvrjtxt table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: var(--mb);
  border: 1px solid var(--table-border-color);
  background-color: var(--table-bg-color);
}

.eoyvrjtxt table th,
.eoyvrjtxt table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.eoyvrjtxt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.fykhtablog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.uwpoqgposts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}


.rgqyxftexted {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--mb);
  margin: var(--py-2) 0;
}

/*
.ethyzkblock {
  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);
}
  */

.adgqtoinvert {
  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);
}

.adgqtoinvert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ypcatqheader {
    display: none;
  }

  .wbyohcfooter {
    flex-direction: column;
    gap: 20px;
  }

  .zfapugbanner{
    flex-direction: column;
  }

  .ukmzdfb {
    width: 100%;
  }

  .rgqyxftexted{
    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)
  }
}


        .epvhwnmain {
            position: relative;
            min-height: 594px;
            background: linear-gradient(338deg, #FF9800, #009688);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .ukmzdfb {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .cermwxb {
            position: absolute;
            inset: 0;
        }

        .yviundbanner {
            position: absolute;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            animation: float-particle 20s infinite linear;
        }

        .yviundbanner:nth-child(1) {
            width: 4px;
            height: 4px;
            left: 10%;
            animation-delay: 0s;
            animation-duration: 15s;
        }

        .yviundbanner:nth-child(2) {
            width: 6px;
            height: 6px;
            left: 20%;
            animation-delay: 2s;
            animation-duration: 18s;
        }

        .yviundbanner:nth-child(3) {
            width: 3px;
            height: 3px;
            left: 30%;
            animation-delay: 4s;
            animation-duration: 12s;
        }

        .yviundbanner:nth-child(4) {
            width: 5px;
            height: 5px;
            left: 40%;
            animation-delay: 6s;
            animation-duration: 16s;
        }

        .yviundbanner:nth-child(5) {
            width: 4px;
            height: 4px;
            left: 50%;
            animation-delay: 8s;
            animation-duration: 14s;
        }

        .yviundbanner:nth-child(6) {
            width: 6px;
            height: 6px;
            left: 60%;
            animation-delay: 10s;
            animation-duration: 17s;
        }

        .yviundbanner:nth-child(7) {
            width: 3px;
            height: 3px;
            left: 70%;
            animation-delay: 12s;
            animation-duration: 13s;
        }

        .yviundbanner:nth-child(8) {
            width: 5px;
            height: 5px;
            left: 80%;
            animation-delay: 14s;
            animation-duration: 19s;
        }

        .lewzyxmain {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1125px;
            max-width: 100%;
            padding: var(--py);
        }

        .znboxvbanner {
            font-size: clamp(3rem, 8vw, 5rem);
            font-weight: bold;
            color: #FFFFFF;
            margin-bottom: 1rem;
            line-height: 1.2;
        }

        .mqcdiwban {
            font-size: 16px;
            color: #FFFFFF;
            margin-bottom: 4rem;
            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;
            }
        }
        


        .ncafkiblocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .ethyzkblock {
            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;
        }

        .ethyzkblock::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: linear-gradient(90deg, #FF9800, #009688);
        }

        .ethyzkblock:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .ethyzkblock h3 {
            color: #2C3E50;
        }

        .ethyzkblock p {
            color: #2C3E50;
            margin: 0;
        }

        @media (max-width: 768px) {
            .ncafkiblocks {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        