/*!
Theme Name: 5d3q26
Theme URI: #
Version: 4.8.6
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 5d3q26
*/

:root {
  --text-color: #140D1B;
  --heading-color: #1F8A8C;
  --primary-btn-bg: #FF6F61;
  --secondary-btn-bg: #6A5B8A;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #1F8A8C;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #140D1B;
  --footer-text-color: #FFD700;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFF5E1;
  --table-border-color: #6A5B8A;
  --table-text-color: #473000;

  --body-bg-color: #EAE7DC;
  --card-bg-color: #ffffff;
  --card-text-color: #140D1B;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 73%;
  --banner-padding: 187.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #FF6F61;
  --banner-text-color: #000000;

  --container-max-width: 1143px;
  --container-padding: 0 15px;
  --border-radius: 16px;
  --py: 23px;
  --py-2: 57px;
  --py-3: 61px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 161px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 370ms;
  --animation-type: linear;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #171717;
  --contrast-text-color: #e0e0e0;
}

* {
  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;
}

.fwtxiuenwraper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .vehlnrdatop {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: 0;
        border-bottom: var(--header-border);
      }

      .funjxzsgh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .vicuelsbhead {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ykrusftnhead {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
        padding: 8px 20px;
        border-radius: var(--border-radius);
        border: 1px solid #ffb7b0;
      }

      .ykrusftnhead:hover {
        color: var(--primary-btn-bg);
      }


      .wigjyvpttop {
        display: flex;
        gap: 10px;
      }

      .ngckraqlh {
        display: none;
      }
    

@media (max-width: 1024px) {
  .vicuelsbhead {
    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;
  }

  .ykrusftnhead {
    padding: 10px 0;
    display: block;
  }

  .vicuelsbhead.active {
    opacity: 1;
    visibility: visible;
  }

  .ngckraqlh {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ngckraqlh span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ngckraqlh.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ngckraqlh.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.pmyhulril {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.pmyhulril img {
  max-height: 80px;
}

.inevfqaxprimary,
.ksuojvntalt {
  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;
}

.inevfqaxprimary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.inevfqaxprimary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ksuojvntalt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.ksuojvntalt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.yqvzbrjtbottom{
  position: relative;
}
.yqvzbrjtbottom * {
  z-index: 1;
  position: relative;
}


      .ohdwztjpcontent > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .ohdwztjpcontent > .wp-block-image img {
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        max-width: 100%;
        height: auto;
        display: block;
      }

      .ohdwztjpcontent > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .mzxatjhfnvs__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .yqvzbrjtbottom {
      background: linear-gradient(135deg, #21162d 0%, #000000 50%, #000000 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .gdvjbcsfbot {
      max-width: 1280px;
      margin: 0 auto;
    }

    .lwgyksjvfoot {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .xtukiecof {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .mrxnyulkbot {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .mrxnyulkbot:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .pfloxcajfoot {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .yqvzbrjtbottom {
        padding: 48px 16px;
      }

      .xtukiecof {
        gap: 24px;
      }
    }
    



.xtukiecof li:empty {
  display: none;
}

.hytzvnuxban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hytzvnuxban {
  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;
}

.hytzvnuxban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.zynfkiemmain{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.lzejuxvyhero {
  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;
}

.tqruzpnctbl{
  overflow-x: auto;
  width: 100%;
}

.ohdwztjpcontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.ohdwztjpcontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.ohdwztjpcontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.ohdwztjpcontent ul {
  list-style: none;
}

.ohdwztjpcontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.ohdwztjpcontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .ohdwztjpcontent 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;
    }

    .ohdwztjpcontent 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;
    }

    .ohdwztjpcontent 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, #ff6f61 0%, #ff2814 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: #FF6F61;
        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;
      }
    


      .ohdwztjpcontent 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(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .ohdwztjpcontent table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .ohdwztjpcontent table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .ohdwztjpcontent table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .ohdwztjpcontent table tbody tr:last-child {
        border-bottom: none;
      }

      .ohdwztjpcontent table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .ohdwztjpcontent table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .ohdwztjpcontent table td:first-child {
        font-weight: normal;
      }
    

.ohdwztjpcontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.kmiqpatvarticles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.baupyzhsarticles {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .yscwtnqutexted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .yscwtnqutexted .eqfvdbykcolumn:first-child {
        order: 1;
      }

      .yscwtnqutexted .eqfvdbykcolumn:last-child {
        order: 2;
      }

      .yscwtnqutexted h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .yscwtnqutexted {
          grid-template-columns: 1fr;
        }

        .yscwtnqutexted .eqfvdbykcolumn:first-child {
          order: 1;
        }

        .yscwtnqutexted .eqfvdbykcolumn:last-child {
          order: 2;
        }
      }
    

.cuepiwzktbl {
  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%;
}

.cuepiwzktbl p,
.cuepiwzktbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.cuepiwzktbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.cuepiwzktbl table td,
.cuepiwzktbl table th {
  border: 0;
}

.cuepiwzktbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.cuepiwzktbl tr:last-child {
  border-bottom: 0;
}

.cuepiwzktbl h2 {
  margin-top: 0;
}

/*
.hetabzjkrow {
  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);
}
  */

.iphtymnodark {
  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);
}


    .iphtymnodark{
      background: linear-gradient(135deg, #171717 0%, #303030 100%);
      border-left: 6px solid var(--primary-btn-bg);
    }
    

.iphtymnodark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .zynfkiemmain{
    flex-direction: column;
  }

  .lzejuxvyhero {
    width: 100%;
  }

  .cuepiwzktbl {
    padding: var(--py);
  }

  .iphtymnodark {
    padding: var(--py);
  }
}

.rpavoqwysm{
  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);
}
.rpavoqwysm 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;
}
.rpavoqwysm a:hover {
  color: var(--primary-btn-bg);
}
.rpavoqwysm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .atkunozlfrm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .rtjqmbxwfr {
      display: flex;
      flex-direction: column;
    }

    .itdqbxuffrm, .zlvfiawqfrm {
      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;
    }

    .itdqbxuffrm:focus, .zlvfiawqfrm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .zlvfiawqfrm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .atkunozlfrm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .atkunozlfrm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .atkunozlfrm {
        max-width: 100%;
        gap: 15px;
      }

      .itdqbxuffrm, .zlvfiawqfrm {
        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)
  }
}


        .hytzvnuxban {
            position: relative;
            min-height: 540px;
            background: #EAE7DC;
            display: flex;
            align-items: center;
        }

        .zynfkiemmain {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .ewpuqcirb {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(0,0,0,0.02) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0,0,0,0.02) 1px, transparent 1px);
            background-size: 89px 77px;
        }

        .toamxfeihero {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1106px;
            max-width: 100%;
            padding: var(--py);
        }

        .xtuwcvpebanner {
            display: inline-block;
            width: 65px;
            height: 7px;
            background: linear-gradient(90deg, #FF6F61, #6A5B8A);
            border-radius: 2px;
            margin-bottom: 3rem;
        }

        .xbytuzamhero {
            font-size: clamp(2rem, 6vw, 3rem);
            font-weight: 300;
            color: #000000;
            margin-bottom: var(--mb);
            letter-spacing: -0.025em;
        }

        .aqbkvrwsbanner {
            font-size: 18px;
            color: #000000;
            margin-bottom: 4rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .xbytuzamhero {
                font-size: 31px;
            }

            .toamxfeihero {
                width: 100%;
                padding: var(--py) 0;
            }
        }
        


        .bkyepalmrow {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .hetabzjkrow {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .hetabzjkrow:hover {
            border-color: #FF6F61;
            transform: translateY(-4px);
        }

        .hetabzjkrow h3 {
            color: #140D1B;
        }

        .hetabzjkrow p {
            color: #140D1B;
            margin: 0;
        }

        @media (max-width: 768px) {
            .bkyepalmrow {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        