/*!
Theme Name: qawles
Theme URI: #
Version: 1.6.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: qawles
*/

:root {
  --text-color: #000000;
  --heading-color: #FFD700;
  --primary-btn-bg: #F0E68C;
  --secondary-btn-bg: #FFFACD;
  --primary-btn-color: #000000;
  --secondary-btn-color: #000000;

  --header-bg-color: #FFD700;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #8B4513;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFF5EE;
  --table-border-color: #FFA07A;
  --table-text-color: #572400;

  --body-bg-color: #DCDCDC;
  --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: 67%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #333333;

  --container-max-width: 1331px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 20px;
  --py-2: 78px;
  --py-3: 50px;
  --text-align: left;
  --mb: 21px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 101px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 442ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #0f0f0f;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.c__zixkgwv {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .header__acohqfz {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,215,0,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .head__dcgsijx {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .h__wbafurq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top__zhfmdyq {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top__zhfmdyq:hover {
        color: var(--primary-btn-bg);
      }


      .top__kngcpdo {
        display: flex;
        gap: 10px;
      }

      .h__mqyiukj {
        display: none;
      }
    

@media (max-width: 1024px) {
  .h__wbafurq {
    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;
  }

  .top__zhfmdyq {
    padding: 10px 0;
    display: block;
  }

  .h__wbafurq.active {
    opacity: 1;
    visibility: visible;
  }

  .h__mqyiukj {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h__mqyiukj span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h__mqyiukj.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h__mqyiukj.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.logo__wemqfxc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.logo__wemqfxc img {
  max-height: 80px;
}

.primary__qfonila,
.secondary__hfsnxvd {
  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;
}

.primary__qfonila {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary__qfonila:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__hfsnxvd {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__hfsnxvd:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.f__opjeuft{
  position: relative;
}
.f__opjeuft * {
  z-index: 1;
  position: relative;
}


      .content__pqajgzi > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #fcfae8;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .content__pqajgzi > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .content__pqajgzi > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .pr__iylwekm {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .f__opjeuft {
      background: linear-gradient(135deg, #b85b19 0%, #5e2f0d 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .foot__adlcqwm {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .bot__fnjkcxl {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .f__vtwaumz {
      display: flex;
      flex-direction: column;
    }

    .f__crdviwp {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bot__chjdstm {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f__ovlkpaj {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .f__ovlkpaj:hover {
      color: var(--primary-btn-bg);
    }

    .bottom__lvkadng {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .bot__fnjkcxl {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .bot__chjdstm {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    



.bot__chjdstm li:empty {
  display: none;
}

.hr__ufehydz {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr__ufehydz {
  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;
}

.hr__ufehydz svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ban__kziegpw{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr__uxljvpd {
  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;
}

.tbl__svqbeyo{
  overflow-x: auto;
  width: 100%;
}

.content__pqajgzi {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.content__pqajgzi p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.content__pqajgzi ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.content__pqajgzi ul {
  list-style: none;
}

.content__pqajgzi ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.content__pqajgzi ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .content__pqajgzi 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;
    }

    .content__pqajgzi ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .content__pqajgzi ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #f0e68c 0%, #e8d84a 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .aioseo-breadcrumbs {
        margin: 1.25rem 0;
        padding: 0.75rem 0;
        font-size: 0.875rem;
        background: rgba(255, 255, 255, 0.02);
        border-radius: 4px;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #F0E68C;
        text-decoration: none;
        opacity: 0.9;
        transition: opacity 0.2s ease;
        font-weight: 400;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        text-decoration: underline;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.7;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.5;
        margin: 0 0.625rem;
        font-weight: 300;
      }
    


      .content__pqajgzi 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);
      }

      .content__pqajgzi table th,
      .content__pqajgzi table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.content__pqajgzi img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog__eyvniat {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post__xszolum {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col__chjyezd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
        position: relative;
        padding: 2rem;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
        border-radius: 24px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        overflow: hidden;
      }

      .col__chjyezd::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, #fcfae805 0%, transparent 70%);
        z-index: 0;
      }

      .col__chjyezd .col__wjdciqb {
        position: relative;
        z-index: 1;
      }

      .col__chjyezd .col__wjdciqb:first-child {
        order: 1;
      }

      .col__chjyezd .col__wjdciqb:last-child {
        order: 2;
      }

      .col__chjyezd figure {
        border-radius: 16px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
        transform: perspective(1000px) rotateY(-5deg);
        transition: transform 0.3s ease;
      }

      .col__chjyezd figure:hover {
        transform: perspective(1000px) rotateY(0deg) scale(1.02);
      }

      .col__chjyezd figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .col__chjyezd h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 1.5rem;
        background: linear-gradient(135deg, var(--text-color) 0%, #f0e68c 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        position: relative;
      }

      .col__chjyezd h2::after {
        content: '';
        position: absolute;
        bottom: -0.75rem;
        left: 0;
        width: 4rem;
        height: 4px;
        background: linear-gradient(90deg, #f0e68c 0%, #eadd61 100%);
        border-radius: 2px;
        box-shadow: 0 2px 8px #f0e68c40;
      }

      .col__chjyezd p {
        line-height: 1.8;
        margin-bottom: 1.25rem;
        color: var(--text-color);
        opacity: 0.85;
        font-size: 1.1rem;
      }

      @media (max-width: 1024px) {
        .col__chjyezd {
          grid-template-columns: 1fr;
          gap: 2rem;
          padding: 1.5rem;
        }

        .col__chjyezd .col__wjdciqb:first-child {
          order: 1;
        }

        .col__chjyezd .col__wjdciqb:last-child {
          order: 2;
        }

        .col__chjyezd figure {
          transform: none;
        }

        .col__chjyezd figure:hover {
          transform: scale(1.02);
        }

        .col__chjyezd h2 {
          font-size: 2rem;
        }
      }
    

.table__xzduhyc {
  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%;
}

.table__xzduhyc p,
.table__xzduhyc h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table__xzduhyc table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table__xzduhyc table td,
.table__xzduhyc table th {
  border: 0;
}

.table__xzduhyc table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table__xzduhyc tr:last-child {
  border-bottom: 0;
}

.table__xzduhyc h2 {
  margin-top: 0;
}

/*
.rows__qashlfe {
  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);
}
  */

.inv__wykqcru {
  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);
}


    .inv__wykqcru{
      background: linear-gradient(135deg, #0f0f0f 0%, #292929 100%);
      border-left: 7px solid var(--primary-btn-bg);
    }
    

.inv__wykqcru h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ban__kziegpw{
    flex-direction: column;
  }

  .hr__uxljvpd {
    width: 100%;
  }

  .table__xzduhyc {
    padding: var(--py);
  }

  .inv__wykqcru {
    padding: var(--py);
  }
}

.sitemappage__ijglncu{
  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);
}
.sitemappage__ijglncu 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;
}
.sitemappage__ijglncu a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage__ijglncu h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr__pdbvrhe {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr__deqpivc {
      display: flex;
      flex-direction: column;
    }

    .form__tmhyqag, .fr__cqfylza {
      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;
    }

    .form__tmhyqag:focus, .fr__cqfylza:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr__cqfylza {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__pdbvrhe button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr__pdbvrhe button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__pdbvrhe {
        max-width: 100%;
        gap: 15px;
      }

      .form__tmhyqag, .fr__cqfylza {
        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)
  }
}


        .hr__ufehydz {
            position: relative;
            min-height: 431px;
            background: #DCDCDC;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hr__uxljvpd {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .b__ofijswe {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .hero__ghqlxku {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .hero__ghqlxku:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .hero__ghqlxku:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .hero__ghqlxku:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .hero__ghqlxku:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .b__sfoneck {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1005px;
            max-width: 100%;
            padding: var(--py);
        }

        .hr__nlmwypu {
            font-size: clamp(3rem, 10vw, 3rem);
            font-weight: 900;
            color: #333333;
            margin-bottom: 4rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .main__auvzjtx {
            display: block;
        }

        .hero__tkcjame {
            font-size: 17px;
            color: #333333;
            margin-bottom: 4rem;
            line-height: 1.6;
            max-width: 1061px;
        }

        @media (max-width: 1024px) {
            .hr__nlmwypu {
                font-size: 29px;
            }
        }
        


        .blocks__ztnmjkc {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rows__qashlfe {
            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;
        }

        .rows__qashlfe::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, #F0E68C, #FFFACD);
        }

        .rows__qashlfe:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rows__qashlfe h3 {
            color: #000000;
        }

        .rows__qashlfe p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocks__ztnmjkc {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        