/*!
Theme Name: 5xeqd2
Theme URI: #
Version: 8.8.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 5xeqd2
*/

:root {
  --text-color: #000000;
  --heading-color: #228B22;
  --primary-btn-bg: #FF6347;
  --secondary-btn-bg: #00CED1;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFD700;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #FF4500;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F0E68C;
  --table-border-color: #B8860B;
  --table-text-color: #000000;

  --body-bg-color: #FAFAD2;
  --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: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #E6E6FA;
  --banner-text-color: #000000;

  --container-max-width: 1010px;
  --container-padding: 0 15px;
  --border-radius: 23px;
  --py: 20px;
  --py-2: 56px;
  --py-3: 50px;
  --text-align: center;
  --mb: 22px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 107px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 667ms;
  --animation-type: ease-in;
  --animation-effect: fadeIn;

  --contrast-bg-color: #1a1a1a;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', 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;
}

.wrhjfwng {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .headlsdtgp {
        padding: var(--py) 0;
      }

      .headqpwgcs {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .topokxmbq {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #ffb1a3;
      }

      .topxsegmu {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .topxsegmu:hover {
        color: var(--primary-btn-bg);
      }


      .headeruneptk {
        display: flex;
        gap: 10px;
      }

      .headfmoubg {
        display: none;
      }

      .lpdmxqc img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .headqpwgcs {
          justify-content: space-between;
          flex-direction: row;
        }

        .topxsegmu {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .topokxmbq {
    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;
  }

  .topxsegmu {
    padding: 10px 0;
    display: block;
  }

  .topokxmbq.active {
    opacity: 1;
    visibility: visible;
  }

  .headfmoubg {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .headfmoubg span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .headfmoubg.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .headfmoubg.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.lpdmxqc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.lpdmxqc img {
  max-height: 80px;
}

.primarykzbajg,
.altskucft {
  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;
}

.primarykzbajg {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primarykzbajg:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altskucft {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altskucft:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottompshxoc{
  position: relative;
}
.bottompshxoc * {
  z-index: 1;
  position: relative;
}


      .texttdesol > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #ff6347 0%, #ff3814 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .texttdesol > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .texttdesol > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

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

    .nvs__titlegxplaf {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottompshxoc {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .botxlyamn {
      max-width: 1280px;
      margin: 0 auto;
    }

    .fkdbgnp {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .botgnvrws {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footerjyknio {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footerjyknio:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .botjnprgl {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .foottycjms {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .bottompshxoc {
        padding: 48px 16px;
      }

      .botgnvrws {
        gap: 16px;
      }
    }
    



.botgnvrws li:empty {
  display: none;
}

.herocfiszd {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.herocfiszd {
  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;
}

.herocfiszd svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.mainvhjoai{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.btvjbin {
  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;
}

.tablemipdjb{
  overflow-x: auto;
  width: 100%;
}

.texttdesol {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.texttdesol p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.texttdesol ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.texttdesol ul {
  list-style: none;
}

.texttdesol ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.texttdesol ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .texttdesol 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;
    }

    .texttdesol 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;
    }

    .texttdesol 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, #ff6347 0%, #fa2500 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #FF6347;
        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;
      }
    


      .texttdesol table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        border: 1px solid rgba(255,99,71,0.3);
        overflow: hidden;
      }

      .texttdesol table thead tr {
        border-bottom: 1px solid rgba(255,99,71,0.3);
      }

      .texttdesol table th {
        padding: 20px 29px;
        font-weight: normal;
        font-size: 14px;
        color: #ff6347;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .texttdesol table tbody tr {
        border-bottom: 1px solid rgba(255,99,71,0.1);
        transition: all 0.2s ease;
      }

      .texttdesol table tbody tr:last-child {
        border-bottom: none;
      }

      .texttdesol table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .texttdesol table tbody tr:hover td:first-child {
        color: #ff6347;
      }

      .texttdesol table td {
        padding: 17px 34px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .texttdesol table td:first-child {
        font-weight: normal;
      }
    

.texttdesol img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articlecrstvx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.postssepqfa {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedmdbgip {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .textedmdbgip .columnkfiquc:first-child {
        order: 2;
      }

      .textedmdbgip .columnkfiquc:last-child {
        order: 1;
      }

      .textedmdbgip h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .textedmdbgip {
          grid-template-columns: 1fr;
        }

        .textedmdbgip .columnkfiquc:first-child {
          order: 1;
        }

        .textedmdbgip .columnkfiquc:last-child {
          order: 2;
        }
      }
    

.tbowsnde {
  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%;
}

.tbowsnde p,
.tbowsnde h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbowsnde table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbowsnde table td,
.tbowsnde table th {
  border: 0;
}

.tbowsnde table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbowsnde tr:last-child {
  border-bottom: 0;
}

.tbowsnde h2 {
  margin-top: 0;
}

/*
.rowsztbhml {
  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);
}
  */

.darkeddjzpqx {
  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);
}


    .darkeddjzpqx{
      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);
    }
    

.darkeddjzpqx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .mainvhjoai{
    flex-direction: column;
  }

  .btvjbin {
    width: 100%;
  }

  .tbowsnde {
    padding: var(--py);
  }

  .darkeddjzpqx {
    padding: var(--py);
  }
}

.sitemapionebl{
  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);
}
.sitemapionebl 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;
}
.sitemapionebl a:hover {
  color: var(--primary-btn-bg);
}
.sitemapionebl h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .formbhefvp {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .frmjiuyrn {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .frmktguoj {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .frmktguoj h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .frmdimgse {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frsecvna {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .frmyhguwe {
      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;
    }

    .frmnejovs {
      color: var(--text-color);
      line-height: 1.5;
    }

    .frmnejovs strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .frmutgkny {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .formmvzocy {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frrupexo {
      display: flex;
      flex-direction: column;
    }

    .frvnskql, .frmsqvncg {
      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;
    }

    .frvnskql:focus, .frmsqvncg:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frmsqvncg {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frmutgkny button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frmutgkny button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frmjiuyrn {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .frmktguoj, .frmutgkny {
        padding: 20px;
      }

      .formmvzocy {
        gap: 15px;
      }

      .frvnskql, .frmsqvncg {
        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)
  }
}


        .herocfiszd {
            position: relative;
            min-height: 527px;
            background: linear-gradient(17deg, #FAFAD2, #00CED1, #FAFAD2);
            display: flex;
            align-items: center;
        }

        .bvbxizk {
            backdrop-filter: blur(12px);
            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 31px rgba(0, 0, 0, 0.25);
            width: 1154px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .herowlgrjc {
            font-size: clamp(3rem, 6vw, 2rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .mainnotdqc {
            font-size: 17px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .herowlgrjc {
                font-size: 30px;
            }
        }
        


        .blockiscapf {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .rowsztbhml {
            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;
        }

        .rowsztbhml::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #FF6347, #00CED1);
        }

        .rowsztbhml:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .rowsztbhml h3 {
            color: #000000;
        }

        .rowsztbhml p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blockiscapf {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        