/*!
Theme Name: 63ghem
Theme URI: #
Version: 10.2.3
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 63ghem
*/

:root {
  --text-color: #000000;
  --heading-color: #F39C12;
  --primary-btn-bg: #1ABC9C;
  --secondary-btn-bg: #F1C40F;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF4500;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #27AE60;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F39C12;
  --table-border-color: #16A085;
  --table-text-color: #000000;

  --body-bg-color: #1ABC9C;
  --card-bg-color: #54e8ca;
  --card-text-color: #000000;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 66%;
  --banner-padding: 187.2px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #253131;

  --container-max-width: 1454px;
  --container-padding: 0 15px;
  --border-radius: 14px;
  --py: 24px;
  --py-2: 63px;
  --py-3: 80px;
  --text-align: left;
  --mb: 21px;
  --fz-1: 37.44px;
  --fz-2: 31.2px;
  --fz-3: 26px;
  --logo-width: 184px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 764ms;
  --animation-type: ease;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #000000;
  --contrast-text-color: #ffffff;
}

* {
  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;
}

.wrkgojubdfr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .headkrdmlnyqp {
        padding: var(--py) 0;
      }

      .headercwnamruid {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: var(--mb);
      }

      .hhkvqcilmt {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: 0;
        padding: 12px 32px;
        border-radius: var(--border-radius);
        border: 1px solid #8cddcd;
      }

      .headuvnmlqapd {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .headuvnmlqapd:hover {
        color: var(--primary-btn-bg);
      }


      .headzawcybmkn {
        display: flex;
        gap: 10px;
      }

      .toptsnjrzqel {
        display: none;
      }

      .lywhbzrtvf img {
        margin: 0 auto;
        display: block;
      }

      @media (max-width: 1024px) {
        .headercwnamruid {
          justify-content: space-between;
          flex-direction: row;
        }

        .headuvnmlqapd {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .hhkvqcilmt {
    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;
  }

  .headuvnmlqapd {
    padding: 10px 0;
    display: block;
  }

  .hhkvqcilmt.active {
    opacity: 1;
    visibility: visible;
  }

  .toptsnjrzqel {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .toptsnjrzqel span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .toptsnjrzqel.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .toptsnjrzqel.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.lywhbzrtvf {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.lywhbzrtvf img {
  max-height: 80px;
}

.primarylqoufphav,
.altpvubgcoez {
  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;
}

.primarylqoufphav {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primarylqoufphav:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altpvubgcoez {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.altpvubgcoez:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottomadwchgftl{
  position: relative;
}
.bottomadwchgftl * {
  z-index: 1;
  position: relative;
}


      .txtmyfsnzbpq > .wp-block-image {
        margin: 2rem 0;
        display: block;
      }

      .txtmyfsnzbpq > .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;
      }

      .txtmyfsnzbpq > .wp-block-image img:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }
    


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

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

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

    .or__titlelgxfnyvbd {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .bottomadwchgftl {
      background: linear-gradient(135deg, #2cc36b 0%, #1e8549 50%, #0b321b 100%);
      color: var(--footer-text-color);
      padding: 64px 24px;
    }

    .fgvuzxybkd {
      max-width: 1280px;
      margin: 0 auto;
    }

    .fkmlzxqcsp {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 32px;
    }

    .footerfyosutwgh {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 32px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .footerwjgxrctni {
      color: var(--footer-text-color);
      opacity: 0.7;
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease, opacity 0.3s ease;
    }

    .footerwjgxrctni:hover {
      color: var(--footer-text-color);
      opacity: 1;
    }

    .fpefnmruxi {
      text-align: center;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.5;
    }

    @media (max-width: 768px) {
      .bottomadwchgftl {
        padding: 48px 16px;
      }

      .footerfyosutwgh {
        gap: 24px;
      }
    }
    



.footerfyosutwgh li:empty {
  display: none;
}

.banmzeacfgkt {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.banmzeacfgkt {
  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;
}

.banmzeacfgkt svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.bannerimdzjprql{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.heroyejmpgixc {
  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;
}

.tbpgaximqzv{
  overflow-x: auto;
  width: 100%;
}

.txtmyfsnzbpq {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txtmyfsnzbpq p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txtmyfsnzbpq ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txtmyfsnzbpq ul {
  list-style: none;
}

.txtmyfsnzbpq ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txtmyfsnzbpq ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txtmyfsnzbpq 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;
    }

    .txtmyfsnzbpq ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txtmyfsnzbpq ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #1abc9c 0%, #3ee5c3 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: #1ABC9C;
        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;
      }
    


      .txtmyfsnzbpq 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(26,188,156,0.3);
        overflow: hidden;
      }

      .txtmyfsnzbpq table thead tr {
        border-bottom: 1px solid rgba(26,188,156,0.3);
      }

      .txtmyfsnzbpq table th {
        padding: 22px 28px;
        font-weight: normal;
        font-size: 14px;
        color: #1abc9c;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        border: none;
      }

      .txtmyfsnzbpq table tbody tr {
        border-bottom: 1px solid rgba(26,188,156,0.1);
        transition: all 0.2s ease;
      }

      .txtmyfsnzbpq table tbody tr:last-child {
        border-bottom: none;
      }

      .txtmyfsnzbpq table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.05);
      }

      .txtmyfsnzbpq table tbody tr:hover td:first-child {
        color: #1abc9c;
      }

      .txtmyfsnzbpq table td {
        padding: 25px 35px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        transition: color 0.2s ease;
      }

      .txtmyfsnzbpq table td:first-child {
        font-weight: normal;
      }
    

.txtmyfsnzbpq img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.postxmzwfrdov {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.articlewictfdqyo {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .textedbhwjnrvlt {
        display: grid;
        grid-template-columns: 1fr 1.5fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .textedbhwjnrvlt .columnzinakbxlw:first-child {
        order: 2;
      }

      .textedbhwjnrvlt .columnzinakbxlw:last-child {
        order: 1;
      }

      .textedbhwjnrvlt h2 {
        margin-top: 0;
      }

      .textedbhwjnrvlt figure {
        margin: 0 auto;
        width: max-content;
        position: relative;
      }

      .textedbhwjnrvlt 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);
      }

      .textedbhwjnrvlt img {
        margin: 0 auto;
        max-height: 320px;
        border-radius: var(--border-radius);
        border: 1px solid var(--table-border-color);
      }

      @media (max-width: 1024px) {
        .textedbhwjnrvlt {
          grid-template-columns: 1fr;
        }

        .textedbhwjnrvlt .columnzinakbxlw:first-child {
          order: 1;
        }

        .textedbhwjnrvlt .columnzinakbxlw:last-child {
          order: 2;
        }
      }
    

.tableifmvxtkgw {
  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%;
}

.tableifmvxtkgw p,
.tableifmvxtkgw h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tableifmvxtkgw table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tableifmvxtkgw table td,
.tableifmvxtkgw table th {
  border: 0;
}

.tableifmvxtkgw table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tableifmvxtkgw tr:last-child {
  border-bottom: 0;
}

.tableifmvxtkgw h2 {
  margin-top: 0;
}

/*
.cardswgcmkvuxa {
  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);
}
  */

.darkmajcfhlrq {
  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);
}


    .darkmajcfhlrq{
      border: 2px solid var(--primary-btn-bg);
      color: var(--text-color);
      background-color: var(--body-bg-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.darkmajcfhlrq h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .bannerimdzjprql{
    flex-direction: column;
  }

  .heroyejmpgixc {
    width: 100%;
  }

  .tableifmvxtkgw {
    padding: var(--py);
  }

  .darkmajcfhlrq {
    padding: var(--py);
  }
}

.sitemapcegvzykbr{
  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);
}
.sitemapcegvzykbr 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;
}
.sitemapcegvzykbr a:hover {
  color: var(--primary-btn-bg);
}
.sitemapcegvzykbr h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frmfkwtimzcj {
      max-width: 1200px;
      margin: var(--mb) auto;
      padding: 0 20px;
    }

    .frtcuikwnys {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    .frmywmfqdzvs {
      padding: 40px 0;
    }

    .formpmquenogi {
      display: flex;
      flex-direction: column;
      gap: 15px;
    }

    .frzdntjbhgy {
      color: var(--text-color);
      font-size: 16px;
    }

    .frzdntjbhgy strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .frmezojnwtcu {
      background: var(--card-bg-color);
      padding: 40px;
      border-radius: var(--border-radius);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }

    .frmutdjhcvzw {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frmeakytxdjz {
      display: flex;
      flex-direction: column;
    }

    .frwjvklocds, .formektzdnmxg {
      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;
    }

    .frwjvklocds:focus, .formektzdnmxg:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .formektzdnmxg {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .frmutdjhcvzw button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .frmutdjhcvzw button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .frtcuikwnys {
        grid-template-columns: 1fr;
        gap: 40px;
      }

      .frmezojnwtcu {
        padding: 30px 20px;
      }

      .frmywmfqdzvs {
        padding: 20px 0;
      }

      ."form__title" {
        font-size: var(--fz-2);
      }

      ."form__subtitle" {
        font-size: 16px;
      }
    }
    

@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)
  }
}


        .banmzeacfgkt {
            padding: 100px var(--py);
            background-color: #1ABC9C;
        }

        .bannerimdzjprql {
            max-width: 1086px;
            margin: 0 auto;
        }

        .bangdlkxfcbu {
            background: white;
            border-radius: 38px;
            padding: 65px;
            box-shadow: 0 9px 54px rgba(0, 0, 0, 0.06);
            position: relative;
            overflow: hidden;
        }

        .mainjqfxnayuv {
            position: absolute;
            top: 26px;
            right: 34px;
            opacity: 0.1;
            pointer-events: none;
        }

        .hrerjxhblsm {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 6px 15px;
            background: #1ABC9C;
            border-radius: 9999px;
            margin-bottom: 29px;
            color: white;
            font-size: 10px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .bannerlokptunse {
            font-size: clamp(56px, 8vw, 73px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 21px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .heroofilgezhr {
            font-size: 20px;
            color: #000000;
            opacity: 0.6;
            max-width: 588px;
            margin: 0 auto;
            margin-bottom: 42px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .bangdlkxfcbu {
                padding: 52px;
            }

            .bannerlokptunse {
                font-size: 37px;
            }

            .heroofilgezhr {
                font-size: 17px;
            }
        }
        


        .blocksdycoelquf {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: var(--py);
            padding: var(--py) 0;
        }

        .cardswgcmkvuxa {
            background: #54e8ca;
            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;
        }

        .cardswgcmkvuxa::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #1ABC9C, #F1C40F);
        }

        .cardswgcmkvuxa:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
        }

        .cardswgcmkvuxa h3 {
            color: #000000;
        }

        .cardswgcmkvuxa p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .blocksdycoelquf {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        