/*!
Theme Name: 8t41rn
Theme URI: #
Version: 4.3.1
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 8t41rn
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #32CD32;
  --primary-btn-bg: #1E90FF;
  --secondary-btn-bg: #FF4500;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #000000;
  --header-text-color: #32CD32;
  --header-border: {{header-border}};

  --footer-bg-color: #2F4F4F;
  --footer-text-color: #32CD32;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #2E8B57;
  --table-border-color: #4682B4;
  --table-text-color: #ffffff;

  --body-bg-color: #2F4F4F;
  --card-bg-color: #568f8f;
  --card-text-color: #FFFFFF;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 70%;
  --banner-padding: 194.4px;
  --banner-border: 0 solid;
  --banner-bg-color: #3CB371;
  --banner-text-color: #333333;

  --container-max-width: 1316px;
  --container-padding: 0 15px;
  --border-radius: 26px;
  --py: 28px;
  --py-2: 70px;
  --py-3: 64px;
  --text-align: center;
  --mb: 16px;
  --fz-1: 38.88px;
  --fz-2: 32.4px;
  --fz-3: 27px;
  --logo-width: 181px;
  --menu-margin: 0;

  --animation-duration: 639ms;
  --animation-type: ease-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ffffff;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.oxprau_container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .sbnhzq_header {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .vsrdhz_h {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .ihaslz_top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ijlhgm_head {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ijlhgm_head:hover {
        color: var(--primary-btn-bg);
      }


      .xgpkfw_header {
        display: flex;
        gap: 10px;
      }

      .jgkmly_head {
        display: none;
      }
    

@media (max-width: 1024px) {
  .ihaslz_top {
    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;
  }

  .ijlhgm_head {
    padding: 10px 0;
    display: block;
  }

  .ihaslz_top.active {
    opacity: 1;
    visibility: visible;
  }

  .jgkmly_head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jgkmly_head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jgkmly_head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jgkmly_head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.rpcbtd_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.rpcbtd_log img {
  max-height: 80px;
}

.lxopsi_prim,
.spariz_sec {
  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;
}

.lxopsi_prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.lxopsi_prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.spariz_sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.spariz_sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.vnqpts_footer{
  position: relative;
}
.vnqpts_footer * {
  z-index: 1;
  position: relative;
}


      .yhfclj_content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .yhfclj_content > .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;
      }

      .yhfclj_content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .febwcx_partners__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .vnqpts_footer {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .tdipba_bottom {
      max-width: 1280px;
      margin: 0 auto;
    }

    .jomahe_bot {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .hcugst_bot {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .vqdick_f {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .vqdick_f:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .qljrdt_footer {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .fevtxk_foot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .vnqpts_footer {
        padding: 48px 16px;
      }

      .hcugst_bot {
        gap: 16px;
      }
    }
    



.hcugst_bot li:empty {
  display: none;
}

.nhlmys_banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.nhlmys_banner {
  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;
}

.nhlmys_banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.rfsodn_hero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.rfhexd_banner {
  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;
}

.vmurwj_table{
  overflow-x: auto;
  width: 100%;
}

.yhfclj_content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.yhfclj_content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.yhfclj_content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.yhfclj_content ul {
  list-style: none;
}

.yhfclj_content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.yhfclj_content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .yhfclj_content 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;
    }

    .yhfclj_content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .yhfclj_content ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #1e90ff 0%, #6bb5ff 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #1E90FF;
        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;
      }
    


      .yhfclj_content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
        margin: 0;
      }

      .wp-block-table {
        border-radius: var(--border-radius);
        border: 1px solid #57c787;
        box-shadow: 0 25px 50px -12px #57c787;
      }

      .yhfclj_content table thead {
        background-color: #3bb06d;
      }

      .yhfclj_content table thead tr {
        border-bottom: 1px solid #57c787;
      }

      .yhfclj_content table th {
        padding: 19px 30px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .yhfclj_content table tbody tr {
        border-bottom: 1px solid #57c787;
      }

      .yhfclj_content table tbody tr:last-child {
        border-bottom: none;
      }

      .yhfclj_content table td {
        padding: 25px 30px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .yhfclj_content table td:first-child {
        font-weight: 500;
      }
    

.yhfclj_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.csmfnw_posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.veabyz_blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .jibpek_texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .jibpek_texted::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #9ecfff 50%, transparent 100%);
        z-index: 1;
      }

      .jibpek_texted .lkqfsy_column:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .jibpek_texted .lkqfsy_column:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .jibpek_texted figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .jibpek_texted figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #1e90ff20 0%, #9ecfff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .jibpek_texted figure:hover::before {
        opacity: 1;
      }

      .jibpek_texted figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
        border-radius: var(--border-radius);
      }

      .jibpek_texted h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .jibpek_texted h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #1e90ff;
        border-radius: 1px;
      }

      .jibpek_texted p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .jibpek_texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .jibpek_texted::before {
          display: none;
        }

        .jibpek_texted .lkqfsy_column:first-child {
          order: 1;
        }

        .jibpek_texted .lkqfsy_column:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.iysace_table {
  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%;
}

.iysace_table p,
.iysace_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.iysace_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.iysace_table table td,
.iysace_table table th {
  border: 0;
}

.iysace_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.iysace_table tr:last-child {
  border-bottom: 0;
}

.iysace_table h2 {
  margin-top: 0;
}

/*
.wmyahu_blocks {
  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);
}
  */

.jputfa_invert {
  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);
}


    .jputfa_invert{
      background: rgba(30,144,255,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(30,144,255,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.jputfa_invert h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .rfsodn_hero{
    flex-direction: column;
  }

  .rfhexd_banner {
    width: 100%;
  }

  .iysace_table {
    padding: var(--py);
  }

  .jputfa_invert {
    padding: var(--py);
  }
}

.xlsuov_sm{
  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);
}
.xlsuov_sm 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;
}
.xlsuov_sm a:hover {
  color: var(--primary-btn-bg);
}
.xlsuov_sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .ltimgw_frm {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      padding: 40px;
      box-shadow: var(--card-shadow);
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .clismd_form {
      display: flex;
      flex-direction: column;
    }

    .grhjzc_fr {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .yftwaz_frm {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .byzetv_fr {
      display: flex;
      flex-direction: column;
    }

    .vlzbsm_frm, .ibqdfh_fr {
      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;
    }

    .vlzbsm_frm:focus, .ibqdfh_fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .ibqdfh_fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .clismd_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .clismd_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .ltimgw_frm {
        padding: 30px 20px;
        margin: var(--mb) 15px;
      }

      .yftwaz_frm {
        grid-template-columns: 1fr;
        gap: 15px;
      }

      .grhjzc_fr {
        gap: 15px;
      }

      .vlzbsm_frm, .ibqdfh_fr {
        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)
  }
}


        .nhlmys_banner {
            position: relative;
            padding: 121px var(--py) 164px;
            background-color: #2F4F4F;
            overflow: hidden;
        }

        .udlbio_banner {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .huedgt_ban {
            position: absolute;
            top: 32%;
            left: 47%;
            width: 511px;
            height: 551px;
            background: radial-gradient(circle, rgba(30, 144, 255, 0.05) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(74px);
        }

        .huedgt_ban:nth-child(2) {
            top: 36%;
            left: 21%;
            width: 568px;
            height: 579px;
            background: radial-gradient(circle, rgba(255, 69, 0, 0.05) 0%, transparent 70%);
        }

        .rfsodn_hero {
            max-width: 861px;
            margin: 0 auto;
        }

        .bktvuh_hero {
            font-size: clamp(54px, 8vw, 88px);
            color: #333333;
            margin-bottom: 32px;
            line-height: 1.1;
            letter-spacing: -0.02em;
            text-align: center;
        }

        .tfhixg_main {
            font-size: 16px;
            color: #333333;
            opacity: 0.4;
            max-width: 559px;
            margin: 0 auto 40px;
            line-height: 1.6;
            text-align: center;
        }

        .rfhexd_banner {
            text-align: center;
        }

        @media (max-width: 1024px) {
            .nhlmys_banner {
                padding: 97px var(--py) 105px;
            }

            .bktvuh_hero {
                font-size: 48px;
            }

            .tfhixg_main {
                font-size: 16px;
            }
        }
        


        .ogcjnl_rows {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .wmyahu_blocks {
            background: #568f8f;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            border-left: 8px solid #1E90FF;
        }

        .wmyahu_blocks:nth-child(even) {
            border-left-color: #FF4500;
            margin-left: 41px;
        }

        .wmyahu_blocks:nth-child(odd) {
            margin-right: 41px;
        }

        .wmyahu_blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #1E90FF05, #FF450005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .wmyahu_blocks:hover::before {
            opacity: 1;
        }

        .wmyahu_blocks:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .wmyahu_blocks h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .wmyahu_blocks p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .ogcjnl_rows {
                max-width: 100%;
            }

            .wmyahu_blocks:nth-child(even),
            .wmyahu_blocks:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        