/*!
Theme Name: c2j5my
Theme URI: #
Version: 4.2.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: c2j5my
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5733;
  --primary-btn-bg: #FFB300;
  --secondary-btn-bg: #C70039;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F4F4F4;
  --header-text-color: #FF5733;
  --header-border: 1px solid #FFB300;

  --footer-bg-color: #581845;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FF5733;
  --table-border-color: #C70039;
  --table-text-color: #000000;

  --body-bg-color: #F4F4F4;
  --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: 69%;
  --banner-padding: 136.8px;
  --banner-border: 1px solid #FFB300;
  --banner-bg-color: #F4F4F4;
  --banner-text-color: #333333;

  --container-max-width: 1385px;
  --container-padding: 0 15px;
  --border-radius: 10px;
  --py: 19px;
  --py-2: 41px;
  --py-3: 78px;
  --text-align: center;
  --mb: 15px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 167px;
  --menu-margin: 0;

  --animation-duration: 477ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.cxqgtim_c {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .eayvwxk_head {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .uoyklim_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .npvwdjy_head {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .vjzqlmy_h {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .vjzqlmy_h:hover {
        color: var(--primary-btn-bg);
      }


      .gyatlun_top {
        display: flex;
        gap: 10px;
      }

      .ebkritg_h {
        display: none;
      }
    

@media (max-width: 1024px) {
  .npvwdjy_head {
    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;
  }

  .vjzqlmy_h {
    padding: 10px 0;
    display: block;
  }

  .npvwdjy_head.active {
    opacity: 1;
    visibility: visible;
  }

  .ebkritg_h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .ebkritg_h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .ebkritg_h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .ebkritg_h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.hkxpgac_log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.hkxpgac_log img {
  max-height: 80px;
}

.dmvnzph_p,
.gwtksvo_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;
}

.dmvnzph_p {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.dmvnzph_p:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.gwtksvo_sec {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.gwtksvo_sec:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xorjaeg_footer{
  position: relative;
}
.xorjaeg_footer * {
  z-index: 1;
  position: relative;
}


      .obigzwc_text > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffd166;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .obigzwc_text > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .obigzwc_text > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .xorjaeg_footer {
      background: linear-gradient(135deg, #802364 0%, #300d26 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .yrtejqa_bot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .zvmwjgi_bottom {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .mnugjre_bottom {
      display: flex;
      flex-direction: column;
    }

    .wlzfrju_bottom {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .nxcljie_bottom {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .agnhofd_bot {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .agnhofd_bot:hover {
      color: var(--primary-btn-bg);
    }

    .kytdnlo_bot {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .zvmwjgi_bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .nxcljie_bottom {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    


        .xorjaeg_footer:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            background: linear-gradient(135deg, #802364 25%, transparent 25%) -85px 0/ 170px 170px, linear-gradient(225deg, #000000 25%, transparent 25%) -85px 0/ 170px 170px, linear-gradient(315deg, #802364 25%, transparent 25%) 0px 0/ 170px 170px, linear-gradient(45deg, #000000 25%, #802364 25%) 0px 0/ 170px 170px;
        }
        

.nxcljie_bottom li:empty {
  display: none;
}

.wmrpxtf_hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.wmrpxtf_hr {
  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;
}

.wmrpxtf_hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.miqvjya_main{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.mqxhlap_hr {
  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;
}

.nxtegjc_table{
  overflow-x: auto;
  width: 100%;
}

.obigzwc_text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.obigzwc_text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.obigzwc_text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.obigzwc_text ul {
  list-style: none;
}

.obigzwc_text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.obigzwc_text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .obigzwc_text 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;
    }

    .obigzwc_text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .obigzwc_text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ffb300 0%, #ffc94d 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: #FFB300;
        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;
      }
    


      .obigzwc_text 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 #e62a00;
        overflow: hidden;
      }

      .obigzwc_text table thead {
        background-color: #ff5029;
      }

      .obigzwc_text table thead tr {
        border-bottom: 1px solid #e62a00;
      }

      .obigzwc_text table th {
        padding: 24px 33px;
        font-weight: bold;
        font-size: 14px;
        color: var(--heading-color);
        letter-spacing: 0.05em;
        border: none;
      }

      .obigzwc_text table tbody tr {
        border-bottom: 1px solid #e62a00;
        transition: background-color 0.2s ease;
      }

      .obigzwc_text table tbody tr:last-child {
        border-bottom: none;
      }

      .obigzwc_text table tbody tr:hover {
        background-color: #ff542e;
      }

      .obigzwc_text table td {
        padding: 17px 32px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
      }

      .obigzwc_text table td:first-child {
        font-weight: 500;
      }
    

.obigzwc_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.bfiwzse_item {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.xamslqj_post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .opuwnma_col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .opuwnma_col .ezflmvs_col:first-child {
        order: 1;
      }

      .opuwnma_col .ezflmvs_col:last-child {
        order: 2;
      }

      .opuwnma_col h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .opuwnma_col {
          grid-template-columns: 1fr;
        }

        .opuwnma_col .ezflmvs_col:first-child {
          order: 1;
        }

        .opuwnma_col .ezflmvs_col:last-child {
          order: 2;
        }
      }
    

.czsdtpj_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%;
}

.czsdtpj_table p,
.czsdtpj_table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.czsdtpj_table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.czsdtpj_table table td,
.czsdtpj_table table th {
  border: 0;
}

.czsdtpj_table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.czsdtpj_table tr:last-child {
  border-bottom: 0;
}

.czsdtpj_table h2 {
  margin-top: 0;
}

/*
.ynpemht_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);
}
  */

.rpgyzuv_dark {
  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);
}


    .rpgyzuv_dark{
      background: linear-gradient(135deg, #ffb300 0%, #ffdd00 50%, #a2ff00 100%);
      padding: 41px;
    }
    

.rpgyzuv_dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .miqvjya_main{
    flex-direction: column;
  }

  .mqxhlap_hr {
    width: 100%;
  }

  .czsdtpj_table {
    padding: var(--py);
  }

  .rpgyzuv_dark {
    padding: var(--py);
  }
}

.iwjbgls_map{
  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);
}
.iwjbgls_map 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;
}
.iwjbgls_map a:hover {
  color: var(--primary-btn-bg);
}
.iwjbgls_map h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .sijfgym_frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .xquyasb_form {
      display: flex;
      flex-direction: column;
    }

    .smyrnxw_form, .squxwrp_form {
      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;
    }

    .smyrnxw_form:focus, .squxwrp_form:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .squxwrp_form {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .sijfgym_frm button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .sijfgym_frm button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .sijfgym_frm {
        max-width: 100%;
        gap: 15px;
      }

      .smyrnxw_form, .squxwrp_form {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.partners__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)
  }
}


        .wmrpxtf_hr {
            position: relative;
            padding: 193px var(--py) 128px;
            background-color: #F4F4F4;
            overflow: hidden;
        }

        .miqvjya_main {
            max-width: 1268px;
            margin: 0 auto;
        }

        .mqxhlap_hr {
            position: relative;
        }

        .zpwuicv_hr {
            position: absolute;
            top: -188px;
            left: 50%;
            transform: translateX(-50%);
            width: 893px;
            height: 761px;
            background: radial-gradient(circle, rgba(255, 179, 0, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(77px);
            pointer-events: none;
        }

        .gyrzwfk_ban {
            font-size: 66px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 27px;
            line-height: 0.95;
            letter-spacing: -0.02em;
            display: block;
        }

        .aspbhny_b {
            font-size: 21px;
            color: #333333;
            opacity: 0.5;
            max-width: 595px;
            margin-bottom: 47px;
            line-height: 1.6;
            letter-spacing: 0.01em;
        }

        @media (max-width: 1024px) {
            .wmrpxtf_hr {
                padding: 135px var(--py) 97px;
            }

            .gyrzwfk_ban {
                font-size: 50px;
            }

            .aspbhny_b {
                font-size: 16px;
            }

            .zpwuicv_hr {
                width: 439px;
                height: 480px;
            }
        }
        


        .rlbayzt_rows {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .ynpemht_blocks {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(12px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .ynpemht_blocks::before {
            content: '';
            position: absolute;
            top: -50%;
            left: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .ynpemht_blocks:hover::before {
            opacity: 1;
        }

        .ynpemht_blocks:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .ynpemht_blocks h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .ynpemht_blocks p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .rlbayzt_rows {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        