/*!
Theme Name: nel1wj
Theme URI: #
Version: 2.3.7
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nel1wj
*/

:root {
  --text-color: #000000;
  --heading-color: #FF1493;
  --primary-btn-bg: #FF69B4;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FFF5EE;
  --header-text-color: #FF1493;
  --header-border: 1px solid #FF69B4;

  --footer-bg-color: #F0E68C;
  --footer-text-color: #2E2E2E;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #DDDDDD;
  --table-text-color: #333333;

  --body-bg-color: #FFF5EE;
  --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: 62%;
  --banner-padding: 158.4px;
  --banner-border: 5px solid #FF69B4;
  --banner-bg-color: #FFF5EE;
  --banner-text-color: #000000;

  --container-max-width: 1089px;
  --container-padding: 0 15px;
  --border-radius: 8px;
  --py: 32px;
  --py-2: 67px;
  --py-3: 54px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 150px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 961ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #2b2b2b;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 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;
}

.cont__riauls {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.header__afdexm {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.top__ikedcy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.h__chkiwq {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.top__igzvwe {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.top__igzvwe:hover {
  color: var(--primary-btn-bg);
}


.head__rfgtyc {
  display: flex;
  gap: 10px;
}

.l__lozdus {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l__lozdus img {
  max-height: 80px;
}

.p__gxnpoq,
.alt__ftebmo {
  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;
}

.p__gxnpoq {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p__gxnpoq:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt__ftebmo {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.alt__ftebmo:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom__ofqlxa{
  position: relative;
}
.bottom__ofqlxa * {
  z-index: 1;
  position: relative;
}


    .bottom__ofqlxa {
      background: linear-gradient(135deg, #f6f0bb 0%, #eadd61 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .bottom__ofqlxa::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .bot__ilswtx {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bot__ojekdc {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .bottom__wcslna {
      width: 100%;
    }

    .f__xcrhtj {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot__oewcjk {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bot__oewcjk:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .bot__atxlwi {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .f__tegqni {
      text-align: center;
      padding-top: 20px;
    }

    .f__tegqni p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .bottom__ofqlxa {
        padding: 30px 0 15px;
      }

      .f__xcrhtj {
        gap: 15px;
        flex-direction: column;
      }

      .bot__oewcjk {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bot__ojekdc {
        margin-bottom: 20px;
      }

      .bot__atxlwi {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .f__xcrhtj {
        gap: 10px;
      }

      .bot__oewcjk {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .bottom__ofqlxa:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(#9e9015 5.2px, transparent 5.2px), linear-gradient(90deg, #9e9015 5.2px, transparent 5.2px), linear-gradient(#9e9015 2.6px, transparent 2.6px), linear-gradient(90deg, #9e9015 2.6px, #f6f0bb 2.6px);
            background-size: 219px 219px, 219px 219px, 73px 73px, 73px 73px;
            background-position: -5.2px -5.2px, -5.2px -5.2px, -2.6px -2.6px, -2.6px -2.6px;
            
        }
        

.f__xcrhtj li:empty {
  display: none;
}

.banner__mrxbzh {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banner__mrxbzh {
  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;
}

.banner__mrxbzh svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main__zctkyf{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.b__kdrlmn {
  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;
}

.table__ipbkmr{
  overflow-x: auto;
  width: 100%;
}

.text__jhouli {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text__jhouli p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text__jhouli ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text__jhouli ul {
  list-style: none;
}

.text__jhouli ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text__jhouli ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text__jhouli 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__jhouli ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text__jhouli ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff69b4 0%, #ffb8db 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: #FF69B4;
        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__jhouli 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);
}

.text__jhouli table th,
.text__jhouli table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.text__jhouli img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.articles__divntc {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articles__odamyq {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols__emohar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .cols__emohar::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffebf5 50%, transparent 100%);
        z-index: 1;
      }

      .cols__emohar .texted__rbecmh:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .cols__emohar .texted__rbecmh:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .cols__emohar figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .cols__emohar figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #ff69b420 0%, #ffebf510 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .cols__emohar figure:hover::before {
        opacity: 1;
      }

      .cols__emohar figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
      }

      .cols__emohar h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .cols__emohar h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #ff69b4;
        border-radius: 1px;
      }

      .cols__emohar p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .cols__emohar {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cols__emohar::before {
          display: none;
        }

        .cols__emohar .texted__rbecmh:first-child {
          order: 1;
        }

        .cols__emohar .texted__rbecmh:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl__fuvecm {
  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%;
}

.tbl__fuvecm p,
.tbl__fuvecm h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__fuvecm table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__fuvecm table td,
.tbl__fuvecm table th {
  border: 0;
}

.tbl__fuvecm table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__fuvecm tr:last-child {
  border-bottom: 0;
}

.tbl__fuvecm h2 {
  margin-top: 0;
}

/*
.row__xizqpo {
  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);
}
  */

.contrast__fndrbm {
  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);
}


    .contrast__fndrbm{
      background: rgba(255,105,180,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(255,105,180,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.contrast__fndrbm h2 {
  color: inherit;
  margin-top: 0;
}

.top__kezumn {
  display: none;
}

@media (max-width: 1024px) {
  .h__chkiwq {
    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__igzvwe {
    padding: 10px 0;
    display: block;
  }

  .h__chkiwq.active {
    opacity: 1;
    visibility: visible;
  }

  .top__kezumn {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top__kezumn span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top__kezumn.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top__kezumn.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .main__zctkyf{
    flex-direction: column;
  }

  .b__kdrlmn {
    width: 100%;
  }

  .tbl__fuvecm {
    padding: var(--py);
  }

  .contrast__fndrbm {
    padding: var(--py);
  }
}

.sitemappage__ouflmw{
  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__ouflmw 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__ouflmw a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage__ouflmw 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__gjvkaq {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm__qfcxae {
      display: flex;
      flex-direction: column;
    }

    .fr__inpdeo, .fr__guhxfj {
      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;
    }

    .fr__inpdeo:focus, .fr__guhxfj:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr__guhxfj {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__gjvkaq button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr__gjvkaq button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__gjvkaq {
        max-width: 100%;
        gap: 15px;
      }

      .fr__inpdeo, .fr__guhxfj {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.our__title__ikrqydzxv {
  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)
  }
}


            .banner__mrxbzh {
                padding: var(--py);
            }

            .main__zctkyf {
                background-color: #ffd8bd;
                color: #000000;
                padding: 94px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .main__zctkyf p {
                font-size: 20px;
                max-width: 64%;
                margin: 0 auto var(--mb);
            }

            .b__lqyskv {
                text-align: center;
                font-size: 4rem;
                line-height: 1.25;
            }

            .b__lqyskv span {
                color: #ff0558;
                background: linear-gradient(90deg, #ff0558, #ff2f05);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .b__lqyskv {
                    font-size: 30px;
                }

                .main__zctkyf {
                    padding: 43px var(--py);
                }

                .main__zctkyf p {
                    width: 100%;
                }
            }
        


        .row__xvalid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .row__xizqpo {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .row__xizqpo:hover {
            border-color: #FF69B4;
            transform: translateY(-4px);
        }

        .row__xizqpo h3 {
            color: #000000;
        }

        .row__xizqpo p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .row__xvalid {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        