/*!
Theme Name: xtoviu
Theme URI: #
Version: 3.5.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xtoviu
*/

:root {
  --text-color: #000000;
  --heading-color: #ff5722;
  --primary-btn-bg: #4caf50;
  --secondary-btn-bg: #2196f3;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #ffffff;
  --header-text-color: #000000;
  --header-border: {{header-border}};

  --footer-bg-color: #f5f5f5;
  --footer-text-color: #000000;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #ffffff;
  --table-border-color: #e0e0e0;
  --table-text-color: #333333;

  --body-bg-color: #f9f9f9;
  --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: 61%;
  --banner-padding: 201.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #ffffff;
  --banner-text-color: #000000;

  --container-max-width: 1151px;
  --container-padding: 0 15px;
  --border-radius: 24px;
  --py: 24px;
  --py-2: 69px;
  --py-3: 70px;
  --text-align: center;
  --mb: 22px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 176px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 301ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2e2e2e;
  --contrast-text-color: #cccccc;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Raleway', 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;
}

.amtlpbeu_cont {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.vgiysare_h {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.waegmdyz_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.jkazpdxv_h {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.dvloafmt_header {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.dvloafmt_header:hover {
  color: var(--primary-btn-bg);
}


.gkequmnp_header {
  display: flex;
  gap: 10px;
}

.bvxtklqf_brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.bvxtklqf_brand img {
  max-height: 80px;
}

.jprlngqk_prim,
.qgwioxkj_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;
}

.jprlngqk_prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.jprlngqk_prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qgwioxkj_second {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qgwioxkj_second:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.muctahzi_foot{
  position: relative;
}
.muctahzi_foot * {
  z-index: 1;
  position: relative;
}


    .muctahzi_foot {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .goratism_bottom {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .hgsulfjw_bot {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .ldpfohvn_bottom {
      display: flex;
      flex-direction: column;
    }

    .tbovecdy_bottom {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .lrogducj_bottom {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .audbgvwt_f {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .audbgvwt_f:hover {
      color: var(--primary-btn-bg);
    }

    .kmvswpxq_bottom {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .zrvyiqkt_foot {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .zosxfjmn_foot {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .zosxfjmn_foot::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .hgsulfjw_bot {
        flex-direction: column;
      }
    }
    



.lrogducj_bottom li:empty {
  display: none;
}

.tmfqajsd_banner {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.tmfqajsd_banner {
  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;
}

.tmfqajsd_banner svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.ordfsjaw_hr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.xeiljygb_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;
}

.igdhpqtj_table{
  overflow-x: auto;
  width: 100%;
}

.cdmygfie_text {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.cdmygfie_text p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.cdmygfie_text ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.cdmygfie_text ul {
  list-style: none;
}

.cdmygfie_text ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.cdmygfie_text ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .cdmygfie_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;
    }

    .cdmygfie_text ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .cdmygfie_text ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #4caf50 0%, #7fc782 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: #4caf50;
        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;
      }
    

.cdmygfie_text 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);
}

.cdmygfie_text table th,
.cdmygfie_text table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.cdmygfie_text img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.xblgzruq_post {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ezixroqy_post {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .yjodbntq_col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .yjodbntq_col .snecxitu_col:first-child {
        order: 1;
      }

      .yjodbntq_col .snecxitu_col:last-child {
        order: 2;
      }

      .yjodbntq_col h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .yjodbntq_col {
          grid-template-columns: 1fr;
        }

        .yjodbntq_col .snecxitu_col:first-child {
          order: 1;
        }

        .yjodbntq_col .snecxitu_col:last-child {
          order: 2;
        }
      }
    

.tilhbkmw_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%;
}

.tilhbkmw_tb p,
.tilhbkmw_tb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tilhbkmw_tb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tilhbkmw_tb table td,
.tilhbkmw_tb table th {
  border: 0;
}

.tilhbkmw_tb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tilhbkmw_tb tr:last-child {
  border-bottom: 0;
}

.tilhbkmw_tb h2 {
  margin-top: 0;
}

/*
.nemtdwgi_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);
}
  */

.cqdnupby_darked {
  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);
}


    .cqdnupby_darked{
      background: linear-gradient(135deg, #4caf50 0%, #4cae60 50%, #4cae90 100%);
      padding: 53px;
    }
    

.cqdnupby_darked h2 {
  color: inherit;
  margin-top: 0;
}

.xmfoljds_h {
  display: none;
}

@media (max-width: 1024px) {
  .jkazpdxv_h {
    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;
  }

  .dvloafmt_header {
    padding: 10px 0;
    display: block;
  }

  .jkazpdxv_h.active {
    opacity: 1;
    visibility: visible;
  }

  .xmfoljds_h {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .xmfoljds_h span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .xmfoljds_h.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .xmfoljds_h.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .ordfsjaw_hr{
    flex-direction: column;
  }

  .xeiljygb_b {
    width: 100%;
  }

  .tilhbkmw_tb {
    padding: var(--py);
  }

  .cqdnupby_darked {
    padding: var(--py);
  }
}

.tnarbxum_sm{
  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);
}
.tnarbxum_sm 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;
}
.tnarbxum_sm a:hover {
  color: var(--primary-btn-bg);
}
.tnarbxum_sm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .dwpgjyob_form {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .qbhlgptm_fr {
      display: flex;
      flex-direction: column;
    }

    .uypmrctv_form, .htdyqgwr_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;
    }

    .uypmrctv_form:focus, .htdyqgwr_fr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .htdyqgwr_fr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .dwpgjyob_form button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .dwpgjyob_form button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .dwpgjyob_form {
        max-width: 100%;
        gap: 15px;
      }

      .uypmrctv_form, .htdyqgwr_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;
}

.our__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)
  }
}


        .tmfqajsd_banner {
            position: relative;
            min-height: 508px;
            background: linear-gradient(340deg, #f9f9f9, #2196f3, #f9f9f9);
            display: flex;
            align-items: center;
        }

        .mrgcpjtf_b {
            backdrop-filter: blur(14px);
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 23px 45px rgba(0, 0, 0, 0.25);
            width: 1137px;
            max-width: 100%;
            margin: 0 auto;
            text-align: center;
        }

        .bsapqvei_hr {
            font-size: clamp(3rem, 6vw, 3rem);
            font-weight: bold;
            color: white;
            margin-bottom: var(--mb);
        }

        .gqdsevyx_main {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: var(--mb);
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .bsapqvei_hr {
                font-size: 28px;
            }
        }
        


        .dxemyosr_row {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .nemtdwgi_blocks {
            background: #ffffff;
            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: 8px solid #4caf50;
        }

        .nemtdwgi_blocks:nth-child(even) {
            border-left-color: #2196f3;
            margin-left: 38px;
        }

        .nemtdwgi_blocks:nth-child(odd) {
            margin-right: 38px;
        }

        .nemtdwgi_blocks::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #4caf5005, #2196f305);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .nemtdwgi_blocks:hover::before {
            opacity: 1;
        }

        .nemtdwgi_blocks:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .nemtdwgi_blocks h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .nemtdwgi_blocks p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .dxemyosr_row {
                max-width: 100%;
            }

            .nemtdwgi_blocks:nth-child(even),
            .nemtdwgi_blocks:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        