/*!
Theme Name: ig0l8w
Theme URI: #
Version: 6.7.7
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ig0l8w
*/

:root {
  --text-color: #2C3E50;
  --heading-color: #E74C3C;
  --primary-btn-bg: #2980B9;
  --secondary-btn-bg: #27AE60;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFFFFF;
  --header-text-color: #E74C3C;
  --header-border: 1px solid #2980B9;

  --footer-bg-color: #34495E;
  --footer-text-color: #ECF0F1;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #FFFFFF;
  --table-border-color: #BDC3C7;
  --table-text-color: #333333;

  --body-bg-color: #FFFFFF;
  --card-bg-color: #ffffff;
  --card-text-color: #2C3E50;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: left;
  --banner-column: 79%;
  --banner-padding: 187.2px;
  --banner-border: 2px solid #2980B9;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #000000;

  --container-max-width: 1391px;
  --container-padding: 0 15px;
  --border-radius: 27px;
  --py: 27px;
  --py-2: 49px;
  --py-3: 71px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 119px;
  --menu-margin: 0;

  --animation-duration: 670ms;
  --animation-type: ease-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.wr__afzqirkv {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .top__yfdzhnri {
        color: var(--header-text-color);
        padding: 0;
        backdrop-filter: blur(25px);
        background-color: rgba(255,255,255,0.5);
        position: sticky;
        top: 0;
        z-index: 100;
      }

      .h__jisgwzrh {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .header__ngjoszxa {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .head__wjzifuxd {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .head__wjzifuxd:hover {
        color: var(--primary-btn-bg);
      }


      .h__jwrifeuc {
        display: flex;
        gap: 10px;
      }

      .h__hwormzld {
        display: none;
      }
    

@media (max-width: 1024px) {
  .header__ngjoszxa {
    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;
  }

  .head__wjzifuxd {
    padding: 10px 0;
    display: block;
  }

  .header__ngjoszxa.active {
    opacity: 1;
    visibility: visible;
  }

  .h__hwormzld {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .h__hwormzld span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .h__hwormzld.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .h__hwormzld.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.brand__dqxfeuoy {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand__dqxfeuoy img {
  max-height: 80px;
}

.first__ycwijfml,
.sec__przsqlxd {
  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__ycwijfml {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.first__ycwijfml:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec__przsqlxd {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec__przsqlxd:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.foot__cqmvzfrt{
  position: relative;
}
.foot__cqmvzfrt * {
  z-index: 1;
  position: relative;
}


      .text__kxjpaowd > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #68afde;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .text__kxjpaowd > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .text__kxjpaowd > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .pr__xbgvfqht {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .foot__cqmvzfrt {
      background: linear-gradient(135deg, #476380 0%, #22303f 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .foot__cqmvzfrt::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 50%, transparent 100%);
    }

    .footer__dulsiarx {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .bottom__orapkncz {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .foot__pzrdvuat {
      width: 100%;
    }

    .footer__odzfnmjs {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .bot__yokwrugc {
      color: var(--footer-text-color);
      text-decoration: none;
      font-weight: 500;
      font-size: 16px;
      padding: 8px 16px;
      border-radius: 25px;
      transition: all 0.3s ease;
      position: relative;
      overflow: hidden;
    }

    .bot__yokwrugc:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .footer__ktlxheao {
      height: 1px;
      background: linear-gradient(90deg, transparent 0%, var(--primary-btn-bg) 20%, var(--primary-btn-bg) 80%, transparent 100%);
      margin: 20px 0;
      opacity: 0.3;
    }

    .foot__knshxpdq {
      text-align: center;
      padding-top: 20px;
    }

    .foot__knshxpdq p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .foot__cqmvzfrt {
        padding: 30px 0 15px;
      }

      .footer__odzfnmjs {
        gap: 15px;
        flex-direction: column;
      }

      .bot__yokwrugc {
        font-size: 14px;
        padding: 6px 12px;
      }

      .bottom__orapkncz {
        margin-bottom: 20px;
      }

      .footer__ktlxheao {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .footer__odzfnmjs {
        gap: 10px;
      }

      .bot__yokwrugc {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .foot__cqmvzfrt:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: radial-gradient(circle at center center, #000000, #476380), repeating-radial-gradient(circle at center center, #000000, #000000, 62px, transparent 124px, transparent 62px);
            background-blend-mode: multiply;
            
        }
        

.footer__odzfnmjs li:empty {
  display: none;
}

.main__ntoqvire {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.main__ntoqvire {
  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;
}

.main__ntoqvire svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hr__jfwgzyts{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.ban__aphtdqbz {
  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__fconzqba{
  overflow-x: auto;
  width: 100%;
}

.text__kxjpaowd {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.text__kxjpaowd p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.text__kxjpaowd ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.text__kxjpaowd ul {
  list-style: none;
}

.text__kxjpaowd ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.text__kxjpaowd ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .text__kxjpaowd 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;
    }

    .text__kxjpaowd ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .text__kxjpaowd ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #2980b9 0%, #54a4d9 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: 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: #2980B9;
        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;
      }
    


      .text__kxjpaowd 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 rgba(0, 0, 0, 0.05);
        overflow: hidden;
      }

      .text__kxjpaowd table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      }

      .text__kxjpaowd table th {
        padding: 17px 31px;
        font-weight: normal;
        font-size: 12px;
        color: rgba(0, 0, 0, 0.4);
        text-transform: uppercase;
        letter-spacing: 0.2em;
        border: none;
      }

      .text__kxjpaowd table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        transition: background-color 0.2s ease;
      }

      .text__kxjpaowd table tbody tr:last-child {
        border-bottom: none;
      }

      .text__kxjpaowd table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .text__kxjpaowd table td {
        padding: 20px 28px;
        font-size: 14px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .text__kxjpaowd table td:first-child {
        font-weight: normal;
      }
    

.text__kxjpaowd img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog__yoiqgmpz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.item__ojqzrghp {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .col__zavsfcbh {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .col__zavsfcbh .column__ytghrlie:first-child {
        order: 1;
      }

      .col__zavsfcbh .column__ytghrlie:last-child {
        order: 2;
      }

      .col__zavsfcbh h2 {
        margin-top: 0;
      }

      .col__zavsfcbh figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .col__zavsfcbh 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);
      }

      .col__zavsfcbh img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .col__zavsfcbh {
          grid-template-columns: 1fr;
        }

        .col__zavsfcbh .column__ytghrlie:first-child {
          order: 1;
        }

        .col__zavsfcbh .column__ytghrlie:last-child {
          order: 2;
        }
      }
    

.tb__kwvgrfht {
  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%;
}

.tb__kwvgrfht p,
.tb__kwvgrfht h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tb__kwvgrfht table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tb__kwvgrfht table td,
.tb__kwvgrfht table th {
  border: 0;
}

.tb__kwvgrfht table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tb__kwvgrfht tr:last-child {
  border-bottom: 0;
}

.tb__kwvgrfht h2 {
  margin-top: 0;
}

/*
.block__orabegsn {
  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);
}
  */

.dark__waxypnlt {
  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);
}


    .dark__waxypnlt{
      background: linear-gradient(135deg, #2980b9 0%, #2867b8 50%, #3228b8 100%);
      padding: 49px;
    }
    

.dark__waxypnlt h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .hr__jfwgzyts{
    flex-direction: column;
  }

  .ban__aphtdqbz {
    width: 100%;
  }

  .tb__kwvgrfht {
    padding: var(--py);
  }

  .dark__waxypnlt {
    padding: var(--py);
  }
}

.map__tsdrnkpx{
  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__tsdrnkpx 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__tsdrnkpx a:hover {
  color: var(--primary-btn-bg);
}
.map__tsdrnkpx h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .fr__lxkntube {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .form__dxkvgpno {
      display: flex;
      flex-direction: column;
    }

    .frm__mohseaxw, .frm__adgibknm {
      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;
    }

    .frm__mohseaxw:focus, .frm__adgibknm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .frm__adgibknm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr__lxkntube button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .fr__lxkntube button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr__lxkntube {
        max-width: 100%;
        gap: 15px;
      }

      .frm__mohseaxw, .frm__adgibknm {
        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)
  }
}


        .main__ntoqvire {
            position: relative;
            padding: 73px 0;
            background-color: #FFFFFF;
            text-align: center;
        }

        .hr__jfwgzyts {
            max-width: 1085px;
            margin: 0 auto;
            padding: 0 var(--py);
        }

        .ban__rkthsnwx {
            font-size: clamp(52px, 8vw, 91px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 29px;
            line-height: 1.1;
            letter-spacing: -0.02em;
        }

        .hr__iyegrkxh {
            font-size: 20px;
            color: #000000;
            opacity: 0.7;
            max-width: 759px;
            margin: 0 auto 43px;
            line-height: 1.6;
        }

        .banner__taxvuogp {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 13px;
            max-width: 337px;
            margin: 0 auto 20px;
        }

        .main__rlhktcxs {
            flex: 1;
            height: 1px;
            background-color: #2980B9;
        }

        .hr__rebfgzlh {
            width: 16px;
            height: 20px;
            color: #2980B9;
            flex-shrink: 0;
        }

        @media (max-width: 1024px) {
            .ban__rkthsnwx {
                font-size: 47px;
            }

            .hr__iyegrkxh {
                font-size: 14px;
            }

            .main__ntoqvire {
                padding: 55px 0;
            }
        }
        


        .card__xilecpdw {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .block__orabegsn {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .block__orabegsn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 8px;
            background: linear-gradient(90deg, #2980B9, #27AE60);
        }

        .block__orabegsn:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .block__orabegsn h3 {
            color: #2C3E50;
        }

        .block__orabegsn p {
            color: #2C3E50;
            margin: 0;
        }

        @media (max-width: 768px) {
            .card__xilecpdw {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        