/*!
Theme Name: 2dzrws
Theme URI: #
Version: 2.1.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 2dzrws
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #FF4500;
  --primary-btn-bg: #32CD32;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #C71585;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #021E3A;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #1C1C1C;
  --table-border-color: #FF6347;
  --table-text-color: #e8e8e8;

  --body-bg-color: #000000;
  --card-bg-color: #333333;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 72%;
  --banner-padding: 129.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #444444;
  --banner-text-color: #ffffff;

  --container-max-width: 1104px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 16px;
  --py-2: 67px;
  --py-3: 60px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 25.92px;
  --fz-2: 21.6px;
  --fz-3: 18px;
  --logo-width: 162px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 387ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #cccccc;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.container__yvuopcx {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top__eclstip {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(199,21,133,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .header__xtibvle {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header__ldfqmkp {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top__islbokg {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top__islbokg:hover {
        color: var(--primary-btn-bg);
      }


      .h__atiensd {
        display: flex;
        gap: 10px;
      }

      .top__fzvupwe {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header__ldfqmkp {
    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__islbokg {
    padding: 10px 0;
    display: block;
  }

  .header__ldfqmkp.active {
    opacity: 1;
    visibility: visible;
  }

  .top__fzvupwe {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top__fzvupwe span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top__fzvupwe.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top__fzvupwe.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log__zkfqwlc {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log__zkfqwlc img {
  max-height: 80px;
}

.first__mlxuidy,
.secondary__jewlupb {
  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;
}

.first__mlxuidy {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first__mlxuidy:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__jewlupb {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__jewlupb:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom__uwjndzf{
  position: relative;
}
.bottom__uwjndzf * {
  z-index: 1;
  position: relative;
}


      .text__cydvsgk > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #32cd32 0%, #28a428 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%;
      }

      .text__cydvsgk > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .text__cydvsgk > .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;
      }
    


    .or__dqrgapk {
      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__dqrgapk a {
      color: var(--table-text-color);
      text-decoration: none;
      text-transform: capitalize;
      transition: all .3s ease;
    }

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

    .lks__qjfcsuz {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottom__uwjndzf {
      background: linear-gradient(135deg, #032b54 0%, #00050a 50%, #000000 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .foot__kjvyuoh {
      max-width: 1280px;
      margin: 0 auto;
    }

    .footer__khxefmz {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .bot__tcqbyzg {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footer__dyxermj {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footer__dyxermj:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .bot__nlbajzt {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .bottom__uwjndzf {
        padding: 48px 16px;
      }

      .bot__tcqbyzg {
        gap: 24px;
      }
    }
    


        .bottom__uwjndzf:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: linear-gradient(to right, #000000, #000000 13px, #04386c 13px, #04386c );
            background-size: 94px 100%;
            
        }
        

.bot__tcqbyzg li:empty {
  display: none;
}

.hero__wosaczg {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero__wosaczg {
  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;
}

.hero__wosaczg svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hero__rpviabj{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner__xmfehal {
  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;
}

.tb__yufjqvh{
  overflow-x: auto;
  width: 100%;
}

.text__cydvsgk {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text__cydvsgk p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text__cydvsgk ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text__cydvsgk ul {
  list-style: none;
}

.text__cydvsgk ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text__cydvsgk ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text__cydvsgk 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;
    }

    .text__cydvsgk ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text__cydvsgk ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #32cd32 0%, #6fdc6f 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: 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: #32CD32;
        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;
      }
    


      .text__cydvsgk 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 #4f4f4f;
        overflow: hidden;
      }

      .text__cydvsgk table thead {
        background-color: #292929;
      }

      .text__cydvsgk table thead tr {
        border-bottom: 1px solid #4f4f4f;
      }

      .text__cydvsgk table th {
        padding: 17px 30px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .text__cydvsgk table tbody tr {
        border-bottom: 1px solid #4f4f4f;
        transition: background-color 0.2s ease;
      }

      .text__cydvsgk table tbody tr:last-child {
        border-bottom: none;
      }

      .text__cydvsgk table tbody tr:hover {
        background-color: #242424;
      }

      .text__cydvsgk table td {
        padding: 21px 26px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .text__cydvsgk table td:first-child {
        font-weight: 500;
      }
    

.text__cydvsgk img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post__coftgwp {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.posts__gvtowzb {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols__foqywcd {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols__foqywcd .column__yauwsko:first-child {
        order: 2;
      }

      .cols__foqywcd .column__yauwsko:last-child {
        order: 1;
      }

      .cols__foqywcd h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .cols__foqywcd {
          grid-template-columns: 1fr;
        }

        .cols__foqywcd .column__yauwsko:first-child {
          order: 1;
        }

        .cols__foqywcd .column__yauwsko:last-child {
          order: 2;
        }
      }
    

.tb__uecposq {
  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%;
}

.tb__uecposq p,
.tb__uecposq h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb__uecposq table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb__uecposq table td,
.tb__uecposq table th {
  border: 0;
}

.tb__uecposq table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb__uecposq tr:last-child {
  border-bottom: 0;
}

.tb__uecposq h2 {
  margin-top: 0;
}

/*
.card__jtxfmbc {
  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__umrcjlx {
  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__umrcjlx{
      background: rgba(50,205,50,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(50,205,50,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.inv__umrcjlx h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hero__rpviabj{
    flex-direction: column;
  }

  .banner__xmfehal {
    width: 100%;
  }

  .tb__uecposq {
    padding: var(--py);
  }

  .inv__umrcjlx {
    padding: var(--py);
  }
}

.map__lofygdp{
  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);
}
.map__lofygdp 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;
}
.map__lofygdp a:hover {
  color: var(--primary-btn-bg);
}
.map__lofygdp 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__cuiqprm {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .fr__ovxtics {
      display: flex;
      flex-direction: column;
    }

    .form__kgnbusf {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .fr__acmyvrx {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .fr__fxupglq {
      display: flex;
      flex-direction: column;
    }

    .form__anvqkrm, .form__eibcwhv {
      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;
    }

    .form__anvqkrm:focus, .form__eibcwhv:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .form__eibcwhv {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__ovxtics button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr__ovxtics button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__cuiqprm {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .fr__acmyvrx {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .form__kgnbusf {
        gap: 15px;
      }

      .form__anvqkrm, .form__eibcwhv {
        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)
  }
}


        .hero__wosaczg {
            padding: 90px var(--py);
            background-color: #000000;
        }

        .hero__rpviabj {
            max-width: 1121px;
            margin: 0 auto;
        }

        .banner__yfjxqkr {
            background: white;
            border-radius: 32px;
            padding: 64px;
            box-shadow: 0 12px 54px rgba(0, 0, 0, 0.06);
            position: relative;
            overflow: hidden;
        }

        .banner__fnzobsy {
            position: absolute;
            top: 29px;
            right: 22px;
            opacity: 0.1;
            pointer-events: none;
        }

        .b__inlvkdp {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 6px 15px;
            background: #32CD32;
            border-radius: 9999px;
            margin-bottom: 29px;
            color: white;
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .hr__wchgkap {
            font-size: clamp(51px, 8vw, 82px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 28px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .hr__ycihgeo {
            font-size: 18px;
            color: #000000;
            opacity: 0.6;
            max-width: 659px;
            margin: 0 auto;
            margin-bottom: 43px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .banner__yfjxqkr {
                padding: 53px;
            }

            .hr__wchgkap {
                font-size: 42px;
            }

            .hr__ycihgeo {
                font-size: 18px;
            }
        }
        


        .block__imjhlrp {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .card__jtxfmbc {
            background: #333333;
            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;
        }

        .card__jtxfmbc::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 6px;
            background: linear-gradient(90deg, #32CD32, #FFD700);
        }

        .card__jtxfmbc:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .card__jtxfmbc h3 {
            color: #FFFFFF;
        }

        .card__jtxfmbc p {
            color: #FFFFFF;
            margin: 0;
        }

        @media (max-width: 768px) {
            .block__imjhlrp {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        