/*!
Theme Name: z02c4k
Theme URI: #
Version: 6.4.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: z02c4k
*/

:root {
  --text-color: #2C3E50;
  --heading-color: #E74C3C;
  --primary-btn-bg: #3498DB;
  --secondary-btn-bg: #27AE60;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #BDC3C7;
  --header-text-color: #E74C3C;
  --header-border: 1px solid #3498DB;

  --footer-bg-color: #3498DB;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #ECF0F1;
  --table-border-color: #E74C3C;
  --table-text-color: #1e2729;

  --body-bg-color: #BDC3C7;
  --card-bg-color: #f4f5f6;
  --card-text-color: #2C3E50;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 70%;
  --banner-padding: 208.8px;
  --banner-border: 5px solid #3498DB;
  --banner-bg-color: #BDC3C7;
  --banner-text-color: #000000;

  --container-max-width: 1154px;
  --container-padding: 0 15px;
  --border-radius: 12px;
  --py: 28px;
  --py-2: 60px;
  --py-3: 71px;
  --text-align: center;
  --mb: 21px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 155px;
  --menu-margin: 0;

  --animation-duration: 726ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', 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;
}

.c-ixnpsfch {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .h-onjapdwz {
        color: var(--header-text-color);
        padding: 0;
      }

      .h-onjapdwz .c-ixnpsfch {
        border-bottom: 1px solid #99cbed;
      }

      .header-snhqxwfy {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .top-rasctlwf {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .top-epfbuyzo {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .top-epfbuyzo:hover {
        color: var(--primary-btn-bg);
      }


      .head-sdcpgmnh {
        display: flex;
        gap: 10px;
      }

      .header-usyxrnoe {
        display: none;
      }

      @media (max-width: 1024px) {
        .top-epfbuyzo {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .top-rasctlwf {
    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-epfbuyzo {
    padding: 10px 0;
    display: block;
  }

  .top-rasctlwf.active {
    opacity: 1;
    visibility: visible;
  }

  .header-usyxrnoe {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header-usyxrnoe span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header-usyxrnoe.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header-usyxrnoe.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.log-fxuqgioy {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.log-fxuqgioy img {
  max-height: 80px;
}

.first-zbtpncxo,
.sec-qymovsiw {
  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;
}

.first-zbtpncxo {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first-zbtpncxo:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-qymovsiw {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec-qymovsiw:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.footer-baxuiwfz{
  position: relative;
}
.footer-baxuiwfz * {
  z-index: 1;
  position: relative;
}


      .txt-xhydftsi > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txt-xhydftsi > .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;
      }

      .txt-xhydftsi > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


    .footer-baxuiwfz {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .bot-zbtguvyp {
      max-width: 1280px;
      margin: 0 auto;
    }

    .bot-xtghjoen {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
    }

    .foot-wfrcnmaz {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 24px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .f-agvjosrd {
      color: var(--footer-text-color);
      opacity: 0.6;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .f-agvjosrd:hover {
      color: var(--primary-btn-bg);
      opacity: 1;
    }

    .foot-otrbfuan {
      color: var(--footer-text-color);
      opacity: 0.2;
    }

    .f-svnyqgcb {
      text-align: center;
      font-size: 12px;
      color: var(--footer-text-color);
      opacity: 0.6;
      margin: 0;
    }

    @media (max-width: 768px) {
      .footer-baxuiwfz {
        padding: 48px 16px;
      }

      .foot-wfrcnmaz {
        gap: 16px;
      }
    }
    


        .footer-baxuiwfz:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image:  linear-gradient(135deg, #0a2638 25%, transparent 25%), linear-gradient(225deg, #0a2638 25%, transparent 25%), linear-gradient(45deg, #0a2638 25%, transparent 25%), linear-gradient(315deg, #0a2638 25%, #5faee3 25%);
            background-position:  45px 0, 45px 0, 0 0, 0 0;
            background-size: 90px 90px;
            background-repeat: repeat;
            
        }
        

.foot-wfrcnmaz li:empty {
  display: none;
}

.ban-hxgdpuol {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ban-hxgdpuol {
  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;
}

.ban-hxgdpuol svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b-cbeswnqx{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.hr-nbawcksf {
  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-aynbiudp{
  overflow-x: auto;
  width: 100%;
}

.txt-xhydftsi {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt-xhydftsi p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt-xhydftsi ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt-xhydftsi ul {
  list-style: none;
}

.txt-xhydftsi ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt-xhydftsi ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt-xhydftsi 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-xhydftsi ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .txt-xhydftsi ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #3498db 0%, #1d6ea5 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .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: #3498DB;
        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;
      }
    


      .txt-xhydftsi 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 #d0dadc;
        box-shadow: 0 25px 50px -12px #d0dadc;
      }

      .txt-xhydftsi table thead {
        background-color: #fcfdfd;
      }

      .txt-xhydftsi table thead tr {
        border-bottom: 1px solid #d0dadc;
      }

      .txt-xhydftsi table th {
        padding: 17px 33px;
        font-weight: bold;
        font-size: 18px;
        color: var(--heading-color);
        border: none;
      }

      .txt-xhydftsi table tbody tr {
        border-bottom: 1px solid #d0dadc;
      }

      .txt-xhydftsi table tbody tr:last-child {
        border-bottom: none;
      }

      .txt-xhydftsi table td {
        padding: 25px 34px;
        font-size: 18px;
        color: var(--table-text-color);
        border: none;
      }

      .txt-xhydftsi table td:first-child {
        font-weight: 500;
      }
    

.txt-xhydftsi img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.item-ubwkfexa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.post-jluoeiqh {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cols-kvgqawci {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cols-kvgqawci .texted-ebywhgta:first-child {
        order: 2;
        padding: 20px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .cols-kvgqawci .texted-ebywhgta:last-child {
        order: 1;
      }

      .cols-kvgqawci h2 {
        margin-top: 0;
      }

      .cols-kvgqawci img,
      .cols-kvgqawci figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .cols-kvgqawci {
          grid-template-columns: 1fr;
        }

        .cols-kvgqawci .texted-ebywhgta:first-child {
          order: 1;
        }

        .cols-kvgqawci .texted-ebywhgta:last-child {
          order: 2;
        }
      }
    

.tbl-tsrinwbu {
  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-tsrinwbu p,
.tbl-tsrinwbu h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl-tsrinwbu table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl-tsrinwbu table td,
.tbl-tsrinwbu table th {
  border: 0;
}

.tbl-tsrinwbu table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl-tsrinwbu tr:last-child {
  border-bottom: 0;
}

.tbl-tsrinwbu h2 {
  margin-top: 0;
}

/*
.rows-mpqljbug {
  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-vzwygbxt {
  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-vzwygbxt{
      background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
      border-left: 9px solid var(--primary-btn-bg);
    }
    

.contrast-vzwygbxt h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .b-cbeswnqx{
    flex-direction: column;
  }

  .hr-nbawcksf {
    width: 100%;
  }

  .tbl-tsrinwbu {
    padding: var(--py);
  }

  .contrast-vzwygbxt {
    padding: var(--py);
  }
}

.map-jfurhnqw{
  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-jfurhnqw 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-jfurhnqw a:hover {
  color: var(--primary-btn-bg);
}
.map-jfurhnqw 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-wagbxlhy {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .fr-pxfurcjn {
      display: flex;
      flex-direction: column;
    }

    .form-kszjwtrq, .fr-vqwzytxj {
      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;
    }

    .form-kszjwtrq:focus, .fr-vqwzytxj:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr-vqwzytxj {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frm-wagbxlhy button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .frm-wagbxlhy button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frm-wagbxlhy {
        max-width: 100%;
        gap: 15px;
      }

      .form-kszjwtrq, .fr-vqwzytxj {
        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;
}

.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)
  }
}


        .ban-hxgdpuol {
            position: relative;
            padding: 69px 0;
            background-color: #BDC3C7;
            text-align: center;
        }

        .b-cbeswnqx {
            max-width: 1031px;
            margin: 0 auto;
            padding: 0 var(--py);
        }

        .ban-ydrsqpkt {
            font-size: clamp(50px, 8vw, 87px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 30px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .hero-fdajqhop {
            font-size: 18px;
            color: #000000;
            opacity: 0.7;
            max-width: 714px;
            margin: 0 auto 40px;
            line-height: 1.6;
        }

        .hr-zcjnivro {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 13px;
            max-width: 396px;
            margin: 0 auto 20px;
        }

        .hero-oqawgken {
            flex: 1;
            height: 1px;
            background-color: #3498DB;
        }

        .ban-xdazpqiu {
            width: 20px;
            height: 21px;
            color: #3498DB;
            flex-shrink: 0;
        }

        @media (max-width: 1024px) {
            .ban-ydrsqpkt {
                font-size: 36px;
            }

            .hero-fdajqhop {
                font-size: 17px;
            }

            .ban-hxgdpuol {
                padding: 51px 0;
            }
        }
        


        .blocks-forjpacg {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .rows-mpqljbug {
            background: #f4f5f6;
            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: 4px solid #3498DB;
        }

        .rows-mpqljbug:nth-child(even) {
            border-left-color: #27AE60;
            margin-left: 32px;
        }

        .rows-mpqljbug:nth-child(odd) {
            margin-right: 32px;
        }

        .rows-mpqljbug::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #3498DB05, #27AE6005);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .rows-mpqljbug:hover::before {
            opacity: 1;
        }

        .rows-mpqljbug:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .rows-mpqljbug h3 {
            color: #2C3E50;
            position: relative;
            z-index: 1;
        }

        .rows-mpqljbug p {
            color: #2C3E50;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .blocks-forjpacg {
                max-width: 100%;
            }

            .rows-mpqljbug:nth-child(even),
            .rows-mpqljbug:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        