/*!
Theme Name: 4jwz8s
Theme URI: #
Version: 10.8.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 4jwz8s
*/

:root {
  --text-color: #212121;
  --heading-color: #FF1493;
  --primary-btn-bg: #00FA9A;
  --secondary-btn-bg: #00BFFF;
  --primary-btn-color: #000000;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FF1493;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #00FA9A;
  --footer-text-color: #212121;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #FF1493;
  --table-text-color: #333333;

  --body-bg-color: #E8E8E8;
  --card-bg-color: #ffffff;
  --card-text-color: #212121;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 75%;
  --banner-padding: 158.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1280px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 33px;
  --py-2: 60px;
  --py-3: 59px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 31.68px;
  --fz-2: 26.4px;
  --fz-3: 22px;
  --logo-width: 120px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 863ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #1c1c1c;
  --contrast-text-color: #ededed;
}

* {
  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;
}

.wraper__xubmtk {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.h__ewyhgs {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.h__pixaof {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.top__syugwv {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.h__wzfhpc {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.h__wzfhpc:hover {
  color: var(--primary-btn-bg);
}


.head__eoymuc {
  display: flex;
  gap: 10px;
}

.brand__jklgnz {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand__jklgnz img {
  max-height: 80px;
}

.p__mvedfp,
.secondary__yjvoaf {
  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__mvedfp {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.p__mvedfp:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__yjvoaf {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.secondary__yjvoaf:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot__rpkbnc{
  position: relative;
}
.foot__rpkbnc * {
  z-index: 1;
  position: relative;
}


    .foot__rpkbnc {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .f__nxcyok {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .bottom__xoizpl {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .foot__wobxre {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .foot__wobxre:hover {
      color: var(--primary-btn-bg);
    }

    .footer__kbqwxs {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .foot__spcvnt {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .f__nxcyok {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.bottom__xoizpl li:empty {
  display: none;
}

.hero__hpzgjl {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero__hpzgjl {
  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__hpzgjl svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr__dxzwyf{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner__tisybp {
  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__tuianp{
  overflow-x: auto;
  width: 100%;
}

.txt__gensat {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt__gensat p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt__gensat ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt__gensat ul {
  list-style: none;
}

.txt__gensat ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt__gensat ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt__gensat 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;
    }

    .txt__gensat ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt__gensat ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #00fa9a 0%, #47ffb9 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: 0.75rem 0;
        padding: 0.25rem 0;
        font-size: 0.8rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 0.5rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #00FA9A;
        text-decoration: none;
        opacity: 0.7;
        transition: all 0.2s ease;
        padding: 0.125rem 0.25rem;
        border-radius: 3px;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 0.05);
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.5;
        font-weight: 500;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.3;
        margin: 0 0.375rem;
        font-size: 0.75rem;
      }
    

.txt__gensat 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);
}

.txt__gensat table th,
.txt__gensat table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.txt__gensat img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item__sqtwlj {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post__frbkxo {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted__pvlbei {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .texted__pvlbei::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #7affcc 50%, transparent 100%);
        z-index: 1;
      }

      .texted__pvlbei .cols__oqnxfi:first-child {
        position: relative;
        z-index: 2;
        order: 2;
      }

      .texted__pvlbei .cols__oqnxfi:last-child {
        position: relative;
        z-index: 2;
        order: 1;
        padding-right: 2rem;
      }

      .texted__pvlbei figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .texted__pvlbei figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #00fa9a20 0%, #7affcc10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .texted__pvlbei figure:hover::before {
        opacity: 1;
      }

      .texted__pvlbei figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
      }

      .texted__pvlbei h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .texted__pvlbei h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #00fa9a;
        border-radius: 1px;
      }

      .texted__pvlbei p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .texted__pvlbei {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .texted__pvlbei::before {
          display: none;
        }

        .texted__pvlbei .cols__oqnxfi:first-child {
          order: 1;
        }

        .texted__pvlbei .cols__oqnxfi:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.tbl__qyxurj {
  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__qyxurj p,
.tbl__qyxurj h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl__qyxurj table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl__qyxurj table td,
.tbl__qyxurj table th {
  border: 0;
}

.tbl__qyxurj table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl__qyxurj tr:last-child {
  border-bottom: 0;
}

.tbl__qyxurj h2 {
  margin-top: 0;
}

/*
.block__kmrvdj {
  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);
}
  */

.invert__kzxibv {
  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);
}


    .invert__kzxibv{
      background: linear-gradient(135deg, #1c1c1c 0%, #363636 100%);
      border-left: 8px solid var(--primary-btn-bg);
    }
    

.invert__kzxibv h2 {
  color: inherit;
  margin-top: 0;
}

.header__pcfqzt {
  display: none;
}

@media (max-width: 1024px) {
  .top__syugwv {
    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;
  }

  .h__wzfhpc {
    padding: 10px 0;
    display: block;
  }

  .top__syugwv.active {
    opacity: 1;
    visibility: visible;
  }

  .header__pcfqzt {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header__pcfqzt span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header__pcfqzt.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header__pcfqzt.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .hr__dxzwyf{
    flex-direction: column;
  }

  .banner__tisybp {
    width: 100%;
  }

  .tbl__qyxurj {
    padding: var(--py);
  }

  .invert__kzxibv {
    padding: var(--py);
  }
}

.map__byovwu{
  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__byovwu 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__byovwu a:hover {
  color: var(--primary-btn-bg);
}
.map__byovwu h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm__nwoujf {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form__idoqlx {
      display: flex;
      flex-direction: column;
    }

    .fr__avpjrm, .frm__ebglui {
      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__avpjrm:focus, .frm__ebglui:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__ebglui {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm__nwoujf button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm__nwoujf button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm__nwoujf {
        max-width: 100%;
        gap: 15px;
      }

      .fr__avpjrm, .frm__ebglui {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

.pr__title {
  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)
  }
}


        .hero__hpzgjl {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #00FA9A15, #00BFFF15);
            min-height: 529px;
            display: flex;
            align-items: center;
        }

        .b__qcitnb {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner__miugbz {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .banner__miugbz:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 23px;
            height: 10px;
            background: #00FA9A;
            border-radius: 1px;
            transform: rotate(20deg);
            animation-delay: 0s;
        }

        .banner__miugbz:nth-child(2) {
            bottom: 35%;
            left: 11%;
            width: 12px;
            height: 20px;
            background: #00BFFF;
            border-radius: 1px;
            animation-delay: 2s;
        }

        .banner__miugbz:nth-child(3) {
            top: 41%;
            left: 23%;
            width: 23px;
            height: 25px;
            background: #FF1493;
            border-radius: 1px;
            transform: rotate(29deg);
            animation-delay: 4s;
        }

        .main__medxnl {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1055px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .hero__kqnshx {
            font-size: clamp(2rem, 8vw, 2rem);
            font-weight: bold;
            background: linear-gradient(45deg, #00FA9A, #00BFFF);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }

        .hero__oxjvmz {
            font-size: 16px;
            color: #000000;
            margin-bottom: 3rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-12px); }
        }

        @media (max-width: 1024px) {
            .hero__kqnshx {
                font-size: 30px;
            }
        }
        


        .cards__pxrjgh {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .block__kmrvdj {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .block__kmrvdj:hover {
            border-color: #00FA9A;
            transform: translateY(-4px);
        }

        .block__kmrvdj h3 {
            color: #212121;
        }

        .block__kmrvdj p {
            color: #212121;
            margin: 0;
        }

        @media (max-width: 768px) {
            .cards__pxrjgh {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        