/*!
Theme Name: adv413
Theme URI: #
Version: 6.4.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: adv413
*/

:root {
  --text-color: #FFFFFF;
  --heading-color: #D35400;
  --primary-btn-bg: #2980B9;
  --secondary-btn-bg: #9B59B6;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #2C3E50;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #1C2833;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #16A085;
  --table-border-color: #D35400;
  --table-text-color: #ffffff;

  --body-bg-color: #1C2833;
  --card-bg-color: #3f5a73;
  --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: 60%;
  --banner-padding: 187.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #2C3E50;
  --banner-text-color: #ffffff;

  --container-max-width: 1586px;
  --container-padding: 0 15px;
  --border-radius: 24px;
  --py: 33px;
  --py-2: 41px;
  --py-3: 55px;
  --text-align: center;
  --mb: 20px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 134px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 425ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #f2f2f2;
  --contrast-text-color: #333333;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 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;
}

.jboeunlm--wrapper {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .edyzaiwf--h {
        padding: var(--py) 0;
      }

      .rvabiwds--header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .tqoeinrz--top {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #94bfdc;
      }

      .wljdstiy--top {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .wljdstiy--top:hover {
        color: var(--primary-btn-bg);
      }


      .yliwzsuo--top {
        display: flex;
        gap: 10px;
      }

      .quaitvdo--header {
        display: none;
      }

      .ztnevuyh--log img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .rvabiwds--header {
          justify-content: space-between;
          flex-direction: row;
        }

        .wljdstiy--top {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .tqoeinrz--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;
  }

  .wljdstiy--top {
    padding: 10px 0;
    display: block;
  }

  .tqoeinrz--top.active {
    opacity: 1;
    visibility: visible;
  }

  .quaitvdo--header {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .quaitvdo--header span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .quaitvdo--header.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .quaitvdo--header.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.ztnevuyh--log {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.ztnevuyh--log img {
  max-height: 80px;
}

.mgoyierz--prim,
.zfgwudxh--alt {
  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;
}

.mgoyierz--prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.mgoyierz--prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.zfgwudxh--alt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.zfgwudxh--alt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.naziehcs--foot{
  position: relative;
}
.naziehcs--foot * {
  z-index: 1;
  position: relative;
}


      .kgserohw--content > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .kgserohw--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;
      }

      .kgserohw--content > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .ljkumwrb--ps__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .naziehcs--foot {
      position: relative;
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .gkpmtzdx--foot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      position: relative;
      z-index: 1;
    }

    .depnkjsu--bottom {
      display: flex;
      gap: 10px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .lvfgcjxe--bot {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .lvfgcjxe--bot:hover {
      color: var(--primary-btn-bg);
    }

    .idlagxqn--foot {
      font-weight: 500;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .lvbutxcg--f {
      margin: 0;
      margin-top: var(--mb);
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
    }

    @media (max-width: 1024px) {
      .gkpmtzdx--foot {
        flex-direction: column;
        gap: 20px;
      }
    }
    



.depnkjsu--bottom li:empty {
  display: none;
}

.fqtxhlpd--b {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.fqtxhlpd--b {
  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;
}

.fqtxhlpd--b svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ecnbaurz--ban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.kizehamq--hero {
  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;
}

.aeiyvgts--tb{
  overflow-x: auto;
  width: 100%;
}

.kgserohw--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.kgserohw--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.kgserohw--content ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.kgserohw--content ul {
  list-style: none;
}

.kgserohw--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.kgserohw--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .kgserohw--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;
    }

    .kgserohw--content ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .kgserohw--content 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: 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: #2980B9;
        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;
      }
    


      .kgserohw--content table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: var(--mb);
        border: 1px solid var(--table-border-color);
        background-color: var(--table-bg-color);
        color: var(--table-text-color);
      }

      .kgserohw--content table th,
      .kgserohw--content table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.kgserohw--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.stibhlmd--articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.pdwlkiya--item {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .cehrsqug--texted {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .cehrsqug--texted .ynejwviq--column:first-child {
        order: 2;
      }

      .cehrsqug--texted .ynejwviq--column:last-child {
        order: 1;
        padding-right: 2rem;
      }

      .cehrsqug--texted h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .cehrsqug--texted h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #2980b9 0%, #68afde 100%);
        border-radius: 2px;
      }

      .cehrsqug--texted figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .cehrsqug--texted figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
        border-radius: var(--border-radius);
      }

      .cehrsqug--texted figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .cehrsqug--texted {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .cehrsqug--texted .ynejwviq--column:first-child {
          order: 1;
        }

        .cehrsqug--texted .ynejwviq--column:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.ykhdgozr--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%;
}

.ykhdgozr--table p,
.ykhdgozr--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ykhdgozr--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ykhdgozr--table table td,
.ykhdgozr--table table th {
  border: 0;
}

.ykhdgozr--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ykhdgozr--table tr:last-child {
  border-bottom: 0;
}

.ykhdgozr--table h2 {
  margin-top: 0;
}

/*
.uvrysjtx--block {
  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);
}
  */

.gkmwrten--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);
}


    .gkmwrten--dark{
      background: rgba(41,128,185,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(41,128,185,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.gkmwrten--dark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .ecnbaurz--ban{
    flex-direction: column;
  }

  .kizehamq--hero {
    width: 100%;
  }

  .ykhdgozr--table {
    padding: var(--py);
  }

  .gkmwrten--dark {
    padding: var(--py);
  }
}

.mghqczve--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);
}
.mghqczve--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;
}
.mghqczve--sitemappage a:hover {
  color: var(--primary-btn-bg);
}
.mghqczve--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;
}


    .ghmoktrw--fr {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .peundtcy--form {
      padding: 30px;
    }

    .ywfcditz--frm {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .mhjzdlan--fr {
      display: flex;
      flex-direction: column;
    }

    .wbntcsui--fr {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .ymqrtxlu--fr, .zkgtlqpb--frm {
      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;
    }

    .ymqrtxlu--fr:focus, .zkgtlqpb--frm:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .zkgtlqpb--frm {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .peundtcy--form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
      margin-top: 10px;
    }

    .peundtcy--form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .modfztne--frm {
      text-align: center;
      margin-top: 20px;
    }

    .snouxvcm--fr {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .ghmoktrw--fr {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .peundtcy--form {
        padding: 20px;
      }

      .ywfcditz--frm {
        gap: 15px;
      }

      .ymqrtxlu--fr, .zkgtlqpb--frm {
        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)
  }
}


        .fqtxhlpd--b {
            padding: 94px var(--py);
            background-color: #1C2833;
        }

        .ecnbaurz--ban {
            max-width: 1025px;
            margin: 0 auto;
        }

        .wzcuaoxh--ban {
            background: white;
            border-radius: 33px;
            padding: 70px;
            box-shadow: 0 8px 45px rgba(0, 0, 0, 0.06);
            position: relative;
            overflow: hidden;
        }

        .neswdhia--ban {
            position: absolute;
            top: 40px;
            right: 29px;
            opacity: 0.1;
            pointer-events: none;
        }

        .etiyfhqm--b {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            background: #2980B9;
            border-radius: 9999px;
            margin-bottom: 30px;
            color: white;
            font-size: 11px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .jcqghsua--hr {
            font-size: clamp(53px, 8vw, 76px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 21px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .mikxesdw--hero {
            font-size: 21px;
            color: #000000;
            opacity: 0.6;
            max-width: 624px;
            margin: 0 auto;
            margin-bottom: 48px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .wzcuaoxh--ban {
                padding: 43px;
            }

            .jcqghsua--hr {
                font-size: 36px;
            }

            .mikxesdw--hero {
                font-size: 18px;
            }
        }
        


        .tshzngrx--rows {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .uvrysjtx--block {
            background: #3f5a73;
            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: 2px solid #2980B9;
        }

        .uvrysjtx--block:nth-child(even) {
            border-left-color: #9B59B6;
            margin-left: 39px;
        }

        .uvrysjtx--block:nth-child(odd) {
            margin-right: 39px;
        }

        .uvrysjtx--block::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #2980B905, #9B59B605);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .uvrysjtx--block:hover::before {
            opacity: 1;
        }

        .uvrysjtx--block:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .uvrysjtx--block h3 {
            color: #FFFFFF;
            position: relative;
            z-index: 1;
        }

        .uvrysjtx--block p {
            color: #FFFFFF;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .tshzngrx--rows {
                max-width: 100%;
            }

            .uvrysjtx--block:nth-child(even),
            .uvrysjtx--block:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        