/*!
Theme Name: ptdf9j
Theme URI: #
Version: 4.6.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ptdf9j
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #00CED1;
  --primary-btn-bg: #20B2AA;
  --secondary-btn-bg: #FF1493;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #008B8B;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #20B2AA;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #3CB371;
  --table-border-color: #2E8B57;
  --table-text-color: #000000;

  --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: left;
  --banner-column: 74%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #5F9EA0;
  --banner-text-color: #333333;

  --container-max-width: 1007px;
  --container-padding: 0 15px;
  --border-radius: 17px;
  --py: 15px;
  --py-2: 78px;
  --py-3: 72px;
  --text-align: left;
  --mb: 24px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 194px;
  --menu-margin: 0;

  --animation-duration: 898ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #ffffff;
  --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;
}

.nkybql-cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .uwiehf-head {
        padding: var(--py) 0;
      }

      .ilgxmv-head {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .ioybvw-top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #8fd8d4;
      }

      .mljtpo-top {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .mljtpo-top:hover {
        color: var(--primary-btn-bg);
      }


      .rhjqsf-top {
        display: flex;
        gap: 10px;
      }

      .cabxnp-header {
        display: none;
      }

      .krxtfj-brand img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .ilgxmv-head {
          justify-content: space-between;
          flex-direction: row;
        }

        .mljtpo-top {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .ioybvw-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;
  }

  .mljtpo-top {
    padding: 10px 0;
    display: block;
  }

  .ioybvw-top.active {
    opacity: 1;
    visibility: visible;
  }

  .cabxnp-header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .cabxnp-header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .cabxnp-header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .cabxnp-header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.krxtfj-brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.krxtfj-brand img {
  max-height: 80px;
}

.ksunlo-primary,
.tqepdg-second {
  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;
}

.ksunlo-primary {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ksunlo-primary:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tqepdg-second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.tqepdg-second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xuasce-footer{
  position: relative;
}
.xuasce-footer * {
  z-index: 1;
  position: relative;
}


      .taswjz-txt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #56e1da;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .taswjz-txt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .taswjz-txt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


    .xuasce-footer {
      position: relative;
      margin-top: 128px;
      padding: 0 24px 50px;
      overflow: hidden;
      background: linear-gradient(to bottom, #23c7bf 0%, #105b57 40%, #010404 60%);
    }

    .xuasce-footer::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .awmbre-foot {
      max-width: 1536px;
      margin: 0 auto;
    }

    .pabdcu-foot {
      position: relative;
    }

    .olbahk-footer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      gap: 32px;
      margin: 0;
      margin-bottom: 50px;
      list-style: none;
      padding: 50px 0 0 0;
    }

    .fjsxyo-bot {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      letter-spacing: 0.05em;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .fjsxyo-bot:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .zweuvg-bot {
      width: 100%;
      height: 1px;
      margin: 24px 0;
      background: linear-gradient(to right, transparent 0%, var(--primary-btn-bg) 30%, transparent 100%);
    }

    .tfjvpk-foot {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.3;
      letter-spacing: 0.1em;
      margin: 0;
    }

    @media (max-width: 768px) {
      .xuasce-footer {
        margin-top: 80px;
        padding: 0 15px 30px 15px;
      }

      .olbahk-footer {
        gap: 24px;
      }
    }
    



.olbahk-footer li:empty {
  display: none;
}

.ahjqtx-ban {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ahjqtx-ban {
  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;
}

.ahjqtx-ban svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.pemdhc-b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.vfitzb-b {
  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;
}

.rkszvm-tb{
  overflow-x: auto;
  width: 100%;
}

.taswjz-txt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.taswjz-txt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.taswjz-txt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.taswjz-txt ul {
  list-style: none;
}

.taswjz-txt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.taswjz-txt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .taswjz-txt ol {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 3rem 0;
    }

    .taswjz-txt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3.5rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
      border: 1px solid #6ce5df;
      border-radius: 6px;
      padding: 1rem 1rem 1rem 3.5rem;
      background: rgba(255, 255, 255, 0.02);
    }

    .taswjz-txt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.75rem;
      top: 50%;
      transform: translateY(-50%);
      background: transparent;
      color: var(--primary-btn-bg);
      width: 2rem;
      height: 2rem;
      border: 2px solid var(--primary-btn-bg);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      font-size: 0.875rem;
    }

    .taswjz-txt ol li:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: var(--primary-btn-bg);
    }
    


      .aioseo-breadcrumbs {
        margin: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #20B2AA;
        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;
      }
    


      .rkszvm-tb {
        border: 4px solid var(--table-border-color);
        border-radius: var(--border-radius);
      }

      .taswjz-txt table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 0;
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
        border-radius: var(--border-radius);
        overflow: hidden;
      }

      .taswjz-txt table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .taswjz-txt table th {
        padding: 17px 28px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
        letter-spacing: 0.05em;
        border: none;
      }

      .taswjz-txt table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .taswjz-txt table tbody tr:last-child {
        border-bottom: none;
      }

      .taswjz-txt table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .taswjz-txt table td {
        padding: 22px 33px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
      }

      .taswjz-txt table td:first-child {
        font-weight: normal;
      }
    

.taswjz-txt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.adevho-blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.dugmfn-post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .zljtbv-texted {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .zljtbv-texted .ptqywx-col:first-child {
        order: 1;
      }

      .zljtbv-texted .ptqywx-col:last-child {
        order: 2;
      }

      .zljtbv-texted h2 {
        margin-top: 0;
      }

      .zljtbv-texted figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .zljtbv-texted figure:before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 100%);
        z-index: 1;
        border-radius: var(--border-radius);
      }

      .zljtbv-texted img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .zljtbv-texted {
          grid-template-columns: 1fr;
        }

        .zljtbv-texted .ptqywx-col:first-child {
          order: 1;
        }

        .zljtbv-texted .ptqywx-col:last-child {
          order: 2;
        }
      }
    

.nqadsh-tb {
  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%;
}

.nqadsh-tb p,
.nqadsh-tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.nqadsh-tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.nqadsh-tb table td,
.nqadsh-tb table th {
  border: 0;
}

.nqadsh-tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.nqadsh-tb tr:last-child {
  border-bottom: 0;
}

.nqadsh-tb h2 {
  margin-top: 0;
}

/*
.slebzx-row {
  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);
}
  */

.ltdsmv-d {
  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);
}


    .ltdsmv-d{
      background: linear-gradient(135deg, #20b2aa 0%, #1fa1b2 50%, #1f57b2 100%);
      padding: 54px;
    }
    

.ltdsmv-d h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .pemdhc-b{
    flex-direction: column;
  }

  .vfitzb-b {
    width: 100%;
  }

  .nqadsh-tb {
    padding: var(--py);
  }

  .ltdsmv-d {
    padding: var(--py);
  }
}

.wpfaks-sitemappage{
  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);
}
.wpfaks-sitemappage 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;
}
.wpfaks-sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.wpfaks-sitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .ndwkao-form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .wjyszx-fr {
      display: flex;
      flex-direction: column;
    }

    .qtxigp-frm, .mgbrdp-fr {
      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;
    }

    .qtxigp-frm:focus, .mgbrdp-fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .mgbrdp-fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .ndwkao-form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .ndwkao-form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .ndwkao-form {
        max-width: 100%;
        gap: 15px;
      }

      .qtxigp-frm, .mgbrdp-fr {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

.lks 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)
  }
}


        .ahjqtx-ban {
            position: relative;
            padding: 198px var(--py) 131px;
            background-color: #2F4F4F;
            overflow: hidden;
        }

        .pemdhc-b {
            max-width: 1393px;
            margin: 0 auto;
        }

        .vfitzb-b {
            position: relative;
        }

        .ubezsj-main {
            position: absolute;
            top: -189px;
            left: 50%;
            transform: translateX(-50%);
            width: 807px;
            height: 878px;
            background: radial-gradient(circle, rgba(32, 178, 170, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            filter: blur(60px);
            pointer-events: none;
        }

        .oeszgx-banner {
            font-size: 64px;
            font-weight: bold;
            color: #333333;
            margin-bottom: 29px;
            line-height: 0.95;
            letter-spacing: -0.02em;
            display: block;
        }

        .fisrdp-banner {
            font-size: 19px;
            color: #333333;
            opacity: 0.5;
            max-width: 603px;
            margin-bottom: 45px;
            line-height: 1.6;
            letter-spacing: 0.01em;
        }

        @media (max-width: 1024px) {
            .ahjqtx-ban {
                padding: 144px var(--py) 86px;
            }

            .oeszgx-banner {
                font-size: 49px;
            }

            .fisrdp-banner {
                font-size: 17px;
            }

            .ubezsj-main {
                width: 430px;
                height: 435px;
            }
        }
        


        .kzrdjw-blocks {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .slebzx-row {
            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;
        }

        .slebzx-row::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;
        }

        .slebzx-row:hover::before {
            opacity: 1;
        }

        .slebzx-row:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 15px 45px rgba(0, 0, 0, 0.2);
        }

        .slebzx-row h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .slebzx-row p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .kzrdjw-blocks {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        