/*!
Theme Name: vb74q0
Theme URI: #
Version: 3.3.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: vb74q0
*/

:root {
  --text-color: #000000;
  --heading-color: #E63946;
  --primary-btn-bg: #F1FAEE;
  --secondary-btn-bg: #F1C40F;
  --primary-btn-color: #000000;
  --secondary-btn-color: #000000;

  --header-bg-color: #FDFDFD;
  --header-text-color: #E63946;
  --header-border: 1px solid #F1FAEE;

  --footer-bg-color: #E0FBFC;
  --footer-text-color: #000000;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #E63946;
  --table-text-color: #333333;

  --body-bg-color: #FDFDFD;
  --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: 80%;
  --banner-padding: 172.8px;
  --banner-border: 2px solid #F1FAEE;
  --banner-bg-color: #FDFDFD;
  --banner-text-color: #000000;

  --container-max-width: 1464px;
  --container-padding: 0 15px;
  --border-radius: 25px;
  --py: 25px;
  --py-2: 58px;
  --py-3: 79px;
  --text-align: left;
  --mb: 18px;
  --fz-1: 34.56px;
  --fz-2: 28.8px;
  --fz-3: 24px;
  --logo-width: 152px;
  --menu-margin: 0;

  --animation-duration: 382ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #303030;
  --contrast-text-color: #cccccc;
}

* {
  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;
}

.byshnm__wr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.tvpdoj__head {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.jzxwmn__h {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.ygzron__header {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.rxiudc__top {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.rxiudc__top:hover {
  color: var(--primary-btn-bg);
}


.chnfwu__top {
  display: flex;
  gap: 10px;
}

.ulxofe__logo {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.ulxofe__logo img {
  max-height: 80px;
}

.isrtej__primary,
.mtghyp__secondary {
  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;
}

.isrtej__primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.isrtej__primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.mtghyp__secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.mtghyp__secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xqozlu__bottom{
  position: relative;
}
.xqozlu__bottom * {
  z-index: 1;
  position: relative;
}


    .xqozlu__bottom {
      background: linear-gradient(135deg, #ffffff 0%, #b0f5f7 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .zyuaqb__bottom {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .kplmgz__footer {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .yixdjo__bottom {
      display: flex;
      flex-direction: column;
    }

    .akxqct__f {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .dpfzae__bottom {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .lrwgys__footer {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .lrwgys__footer:hover {
      color: var(--primary-btn-bg);
    }

    .wouazr__f {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .kplmgz__footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .dpfzae__bottom {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    


        .xqozlu__bottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-size: 156px 156px;
            background-image:  repeating-linear-gradient(0deg, #25e3e9, #25e3e9 2.6px, #ffffff 2.6px, #ffffff);
            
        }
        

.dpfzae__bottom li:empty {
  display: none;
}

.lkzshj__main {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.lkzshj__main {
  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;
}

.lkzshj__main svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.gwnris__hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ajvkdl__banner {
  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;
}

.qunovs__tb{
  overflow-x: auto;
  width: 100%;
}

.pycvxh__content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.pycvxh__content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.pycvxh__content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.pycvxh__content ul {
  list-style: none;
}

.pycvxh__content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.pycvxh__content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .pycvxh__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;
    }

    .pycvxh__content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .pycvxh__content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #f1faee 0%, #ffffff 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: #F1FAEE;
        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;
      }
    

.pycvxh__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);
}

.pycvxh__content table th,
.pycvxh__content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.pycvxh__content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xhyrfw__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.eimpyc__post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .upyqib__col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .upyqib__col::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffffff 50%, transparent 100%);
        z-index: 1;
      }

      .upyqib__col .inzyta__texted:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .upyqib__col .inzyta__texted:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .upyqib__col figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .upyqib__col figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #f1faee20 0%, #ffffff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .upyqib__col figure:hover::before {
        opacity: 1;
      }

      .upyqib__col figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
      }

      .upyqib__col h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .upyqib__col h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #f1faee;
        border-radius: 1px;
      }

      .upyqib__col p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .upyqib__col {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .upyqib__col::before {
          display: none;
        }

        .upyqib__col .inzyta__texted:first-child {
          order: 1;
        }

        .upyqib__col .inzyta__texted:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.enoljp__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%;
}

.enoljp__table p,
.enoljp__table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.enoljp__table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.enoljp__table table td,
.enoljp__table table th {
  border: 0;
}

.enoljp__table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.enoljp__table tr:last-child {
  border-bottom: 0;
}

.enoljp__table h2 {
  margin-top: 0;
}

/*
.hnbmkj__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);
}
  */

.kstvxa__contrast {
  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);
}


    .kstvxa__contrast{
      background: linear-gradient(135deg, #f1faee 0%, #f0faef 50%, #effaf4 100%);
      padding: 53px;
    }
    

.kstvxa__contrast h2 {
  color: inherit;
  margin-top: 0;
}

.fiksmn__top {
  display: none;
}

@media (max-width: 1024px) {
  .ygzron__header {
    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;
  }

  .rxiudc__top {
    padding: 10px 0;
    display: block;
  }

  .ygzron__header.active {
    opacity: 1;
    visibility: visible;
  }

  .fiksmn__top {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .fiksmn__top span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .fiksmn__top.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .fiksmn__top.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .gwnris__hero{
    flex-direction: column;
  }

  .ajvkdl__banner {
    width: 100%;
  }

  .enoljp__table {
    padding: var(--py);
  }

  .kstvxa__contrast {
    padding: var(--py);
  }
}

.jzethf__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);
}
.jzethf__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;
}
.jzethf__sitemap a:hover {
  color: var(--primary-btn-bg);
}
.jzethf__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;
}


    .cgmbar__form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .qfdtyg__frm {
      display: flex;
      flex-direction: column;
    }

    .efshdl__frm, .cojexd__frm {
      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;
    }

    .efshdl__frm:focus, .cojexd__frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .cojexd__frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .cgmbar__form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .cgmbar__form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .cgmbar__form {
        max-width: 100%;
        gap: 15px;
      }

      .efshdl__frm, .cojexd__frm {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

.or 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)
  }
}


            .lkzshj__main {
                padding: var(--py);
            }

            .gwnris__hero {
                background-color: #e9dddd;
                color: #000000;
                padding: 97px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .gwnris__hero p {
                font-size: 18px;
                max-width: 53%;
                margin: 0 auto var(--mb);
            }

            .vsxkrd__hr {
                text-align: center;
                font-size: 4rem;
                line-height: 1.25;
            }

            .vsxkrd__hr span {
                color: #a7e2a2;
                background: linear-gradient(90deg, #a7e2a2, #a2e2bf);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .vsxkrd__hr {
                    font-size: 29px;
                }

                .gwnris__hero {
                    padding: 60px var(--py);
                }

                .gwnris__hero p {
                    width: 100%;
                }
            }
        


        .jimgxq__rows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .hnbmkj__blocks {
            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;
        }

        .hnbmkj__blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #F1FAEE, #F1C40F);
        }

        .hnbmkj__blocks:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .hnbmkj__blocks h3 {
            color: #000000;
        }

        .hnbmkj__blocks p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .jimgxq__rows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        