/*!
Theme Name: ihlc5e
Theme URI: #
Version: 5.7.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ihlc5e
*/

:root {
  --text-color: #3C3C3C;
  --heading-color: #FFC0CB;
  --primary-btn-bg: #FF69B4;
  --secondary-btn-bg: #FF1493;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #FFF0F5;
  --header-text-color: #FFC0CB;
  --header-border: 1px solid #FF69B4;

  --footer-bg-color: #C71585;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFB6C1;
  --table-border-color: #FF77A8;
  --table-text-color: #1f0005;

  --body-bg-color: #FFF0F5;
  --card-bg-color: #ffffff;
  --card-text-color: #3C3C3C;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 67%;
  --banner-padding: 201.6px;
  --banner-border: 5px solid #FF69B4;
  --banner-bg-color: #FFF0F5;
  --banner-text-color: #000000;

  --container-max-width: 1281px;
  --container-padding: 0 15px;
  --border-radius: 11px;
  --py: 33px;
  --py-2: 51px;
  --py-3: 80px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 40.32px;
  --fz-2: 33.6px;
  --fz-3: 28px;
  --logo-width: 100px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 416ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #2b2b2b;
  --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;
}

.hfqomucwwrap {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .lckmgvrbh {
        color: var(--header-text-color);
        padding: 0;
      }

      .lckmgvrbh .hfqomucwwrap {
        border-bottom: 1px solid #ffb4d9;
      }

      .zesmfwhjhead {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .xurinpaltop {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .ucwfjhgttop {
        color: var(--heading-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .ucwfjhgttop:hover {
        color: var(--primary-btn-bg);
      }


      .ynchmzgltop {
        display: flex;
        gap: 10px;
      }

      .pmlqxwijhead {
        display: none;
      }

      @media (max-width: 1024px) {
        .ucwfjhgttop {
          color: var(--header-text-color);
        }
      }
    

@media (max-width: 1024px) {
  .xurinpaltop {
    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;
  }

  .ucwfjhgttop {
    padding: 10px 0;
    display: block;
  }

  .xurinpaltop.active {
    opacity: 1;
    visibility: visible;
  }

  .pmlqxwijhead {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .pmlqxwijhead span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .pmlqxwijhead.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .pmlqxwijhead.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.icoqtbwdl {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.icoqtbwdl img {
  max-height: 80px;
}

.myqwbvoup,
.qnoywsxmsecondary {
  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;
}

.myqwbvoup {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.myqwbvoup:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qnoywsxmsecondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qnoywsxmsecondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.cqstorzibottom{
  position: relative;
}
.cqstorzibottom * {
  z-index: 1;
  position: relative;
}


      .enyikqfmtxt > .wp-block-image {
        margin: 2rem 0;
        display: block;
        padding: 8px;
        border: 2px solid #ffd1e8;
        border-radius: var(--border-radius);
        background: rgba(255, 255, 255, 0.02);
        transition: border-color 0.3s ease, background 0.3s ease;
      }

      .enyikqfmtxt > .wp-block-image:hover {
        border-color: var(--primary-btn-bg);
        background: rgba(255, 255, 255, 0.05);
      }

      .enyikqfmtxt > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0;
      }
    


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

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

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

    .vycwnojklks {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .cqstorzibottom {
      background: linear-gradient(135deg, #e826a1 0%, #981066 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .cqstorzibottom::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%);
    }

    .ktrcvzjbf {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .hdlsqxmibottom {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .kxncjrumbot {
      width: 100%;
    }

    .dlvrbcijbottom {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .qcbtzoxpbot {
      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;
    }

    .qcbtzoxpbot:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .zrtjbswfbot {
      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;
    }

    .vebfzlryf {
      text-align: center;
      padding-top: 20px;
    }

    .vebfzlryf p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .cqstorzibottom {
        padding: 30px 0 15px;
      }

      .dlvrbcijbottom {
        gap: 15px;
        flex-direction: column;
      }

      .qcbtzoxpbot {
        font-size: 14px;
        padding: 6px 12px;
      }

      .hdlsqxmibottom {
        margin-bottom: 20px;
      }

      .zrtjbswfbot {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .dlvrbcijbottom {
        gap: 10px;
      }

      .qcbtzoxpbot {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.dlvrbcijbottom li:empty {
  display: none;
}

.xcpuyjoshero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.xcpuyjoshero {
  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;
}

.xcpuyjoshero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.yrvkozhfhero{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.cdnbyoevhero {
  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;
}

.fohjitywtable{
  overflow-x: auto;
  width: 100%;
}

.enyikqfmtxt {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.enyikqfmtxt p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.enyikqfmtxt ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.enyikqfmtxt ul {
  list-style: none;
}

.enyikqfmtxt ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.enyikqfmtxt ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .enyikqfmtxt 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;
    }

    .enyikqfmtxt ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .enyikqfmtxt ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff69b4 0%, #ffb8db 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: #FF69B4;
        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;
      }
    


      .enyikqfmtxt 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);
      }

      .enyikqfmtxt table th,
      .enyikqfmtxt table td {
        padding: 10px;
        border: 1px solid var(--table-border-color);
      }
    

.enyikqfmtxt img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.tnmxueqfarticles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ynqxkwbcarticle {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .mnvrjhgwcol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .mnvrjhgwcol .ienjzwbmtexted:first-child {
        order: 1;
      }

      .mnvrjhgwcol .ienjzwbmtexted:last-child {
        order: 2;
      }

      .mnvrjhgwcol h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .mnvrjhgwcol {
          grid-template-columns: 1fr;
        }

        .mnvrjhgwcol .ienjzwbmtexted:first-child {
          order: 1;
        }

        .mnvrjhgwcol .ienjzwbmtexted:last-child {
          order: 2;
        }
      }
    

.ixjayvgdtb {
  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%;
}

.ixjayvgdtb p,
.ixjayvgdtb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.ixjayvgdtb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.ixjayvgdtb table td,
.ixjayvgdtb table th {
  border: 0;
}

.ixjayvgdtb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.ixjayvgdtb tr:last-child {
  border-bottom: 0;
}

.ixjayvgdtb h2 {
  margin-top: 0;
}

/*
.htfovysdrow {
  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);
}
  */

.xoqhbdncdark {
  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);
}


    .xoqhbdncdark{
      background: linear-gradient(135deg, #ff69b4 0%, #ff6b9c 50%, #ff846b 100%);
      padding: 57px;
    }
    

.xoqhbdncdark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .yrvkozhfhero{
    flex-direction: column;
  }

  .cdnbyoevhero {
    width: 100%;
  }

  .ixjayvgdtb {
    padding: var(--py);
  }

  .xoqhbdncdark {
    padding: var(--py);
  }
}

.kueyvghqsitemappage{
  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);
}
.kueyvghqsitemappage 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;
}
.kueyvghqsitemappage a:hover {
  color: var(--primary-btn-bg);
}
.kueyvghqsitemappage h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .pbnvqewgfr {
      background: var(--card-bg-color);
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
      overflow: hidden;
      max-width: 600px;
      margin: var(--mb) auto;
    }

    .xijdcboafr {
      padding: 30px;
    }

    .rgkmludjform {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .zclsqbyjfrm {
      display: flex;
      flex-direction: column;
    }

    .rtquxjaoform {
      font-weight: 600;
      color: var(--heading-color);
      margin-bottom: 8px;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .hbnrwjzdfr, .xdeuzlrmfr {
      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;
    }

    .hbnrwjzdfr:focus, .xdeuzlrmfr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .xdeuzlrmfr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .xijdcboafr 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;
    }

    .xijdcboafr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    .ygpkvfjsfr {
      text-align: center;
      margin-top: 20px;
    }

    .xrqldvjiform {
      color: var(--text-color);
      opacity: 0.7;
      font-size: 12px;
      margin: 0;
    }

    @media (max-width: 768px) {
      .pbnvqewgfr {
        margin: var(--mb) 15px;
      }

      ."form__header" {
        padding: 20px;
      }

      .xijdcboafr {
        padding: 20px;
      }

      .rgkmludjform {
        gap: 15px;
      }

      .hbnrwjzdfr, .xdeuzlrmfr {
        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)
  }
}


        .xcpuyjoshero {
            padding: 82px var(--py);
            background-color: #FFF0F5;
        }

        .yrvkozhfhero {
            max-width: 1032px;
            margin: 0 auto;
        }

        .xptkdmzwmain {
            background: white;
            border-radius: 35px;
            padding: 63px;
            box-shadow: 0 12px 43px rgba(0, 0, 0, 0.06);
            position: relative;
            overflow: hidden;
        }

        .tsmhzcpjban {
            position: absolute;
            top: 21px;
            right: 35px;
            opacity: 0.1;
            pointer-events: none;
        }

        .yqiasulchr {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 7px 13px;
            background: #FF69B4;
            border-radius: 9999px;
            margin-bottom: 32px;
            color: white;
            font-size: 12px;
            font-weight: bold;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .ustzdbnkbanner {
            font-size: clamp(49px, 8vw, 78px);
            font-weight: bold;
            color: #000000;
            margin-bottom: 21px;
            line-height: 1.1;
            letter-spacing: -0.03em;
        }

        .svlxgduhban {
            font-size: 18px;
            color: #000000;
            opacity: 0.6;
            max-width: 519px;
            margin: 0 auto;
            margin-bottom: 44px;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .xptkdmzwmain {
                padding: 55px;
            }

            .ustzdbnkbanner {
                font-size: 37px;
            }

            .svlxgduhban {
                font-size: 18px;
            }
        }
        


        .onzjbwgtrow {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
            padding: 2rem 0;
            max-width: 600px;
            margin: 0 auto;
        }

        .htfovysdrow {
            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: 7px solid #FF69B4;
        }

        .htfovysdrow:nth-child(even) {
            border-left-color: #FF1493;
            margin-left: 15px;
        }

        .htfovysdrow:nth-child(odd) {
            margin-right: 15px;
        }

        .htfovysdrow::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #FF69B405, #FF149305);
            border-radius: var(--border-radius);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .htfovysdrow:hover::before {
            opacity: 1;
        }

        .htfovysdrow:hover {
            transform: translateX(8px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
        }

        .htfovysdrow h3 {
            color: #3C3C3C;
            position: relative;
            z-index: 1;
        }

        .htfovysdrow p {
            color: #3C3C3C;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .onzjbwgtrow {
                max-width: 100%;
            }

            .htfovysdrow:nth-child(even),
            .htfovysdrow:nth-child(odd) {
                margin-left: 0;
                margin-right: 0;
            }
        }
        