/*!
Theme Name: cbgrh7
Theme URI: #
Version: 1.5.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cbgrh7
*/

:root {
  --text-color: #000000;
  --heading-color: #FF1493;
  --primary-btn-bg: #FF7F50;
  --secondary-btn-bg: #FFD700;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #333333;

  --header-bg-color: #FFB6C1;
  --header-text-color: #FF1493;
  --header-border: 1px solid #FF7F50;

  --footer-bg-color: #C71585;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #FFD700;
  --table-border-color: #FF1493;
  --table-text-color: #000000;

  --body-bg-color: #FFB6C1;
  --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: center;
  --banner-column: 70%;
  --banner-padding: 208.8px;
  --banner-border: 4px solid #FF7F50;
  --banner-bg-color: #FFB6C1;
  --banner-text-color: #333333;

  --container-max-width: 1170px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 29px;
  --py-2: 72px;
  --py-3: 65px;
  --text-align: left;
  --mb: 20px;
  --fz-1: 41.76px;
  --fz-2: 34.8px;
  --fz-3: 29px;
  --logo-width: 181px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 664ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #0f0f0f;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', 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;
}

.wrapper--vuiawtklz {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.h--lzkuvdshi {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.top--elzspuith {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.header--ykvrgahfl {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.head--mrtqgfedj {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.head--mrtqgfedj:hover {
  color: var(--primary-btn-bg);
}


.head--bmuliyejs {
  display: flex;
  gap: 10px;
}

.brand--hqpzefmyg {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.brand--hqpzefmyg img {
  max-height: 80px;
}

.prim--eycpistuf,
.second--rtohzbjxv {
  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;
}

.prim--eycpistuf {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.prim--eycpistuf:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--rtohzbjxv {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.second--rtohzbjxv:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bottom--uyqxacmog{
  position: relative;
}
.bottom--uyqxacmog * {
  z-index: 1;
  position: relative;
}


    .bottom--uyqxacmog {
      background: linear-gradient(135deg, #e826a1 0%, #981066 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .bottom--uyqxacmog::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%);
    }

    .bot--isvdlybmx {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .foot--rptivhgfj {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .f--awznqedyv {
      width: 100%;
    }

    .foot--zwsnkpbvc {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .foot--ynasjocum {
      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;
    }

    .foot--ynasjocum:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .f--utqwbovpg {
      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;
    }

    .f--bxemrytav {
      text-align: center;
      padding-top: 20px;
    }

    .f--bxemrytav p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .bottom--uyqxacmog {
        padding: 30px 0 15px;
      }

      .foot--zwsnkpbvc {
        gap: 15px;
        flex-direction: column;
      }

      .foot--ynasjocum {
        font-size: 14px;
        padding: 6px 12px;
      }

      .foot--rptivhgfj {
        margin-bottom: 20px;
      }

      .f--utqwbovpg {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .foot--zwsnkpbvc {
        gap: 10px;
      }

      .foot--ynasjocum {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    



.foot--zwsnkpbvc li:empty {
  display: none;
}

.hero--tlwcxfsqi {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hero--tlwcxfsqi {
  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;
}

.hero--tlwcxfsqi svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.b--vclaibzhg{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.banner--xcorvmpwi {
  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--ghfuqtjav{
  overflow-x: auto;
  width: 100%;
}

.txt--ncmyruzqe {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt--ncmyruzqe p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt--ncmyruzqe ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt--ncmyruzqe ul {
  list-style: none;
}

.txt--ncmyruzqe ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt--ncmyruzqe ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt--ncmyruzqe 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;
    }

    .txt--ncmyruzqe ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt--ncmyruzqe ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #ff7f50 0%, #ffb89e 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: #FF7F50;
        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;
      }
    

.txt--ncmyruzqe 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);
}

.txt--ncmyruzqe table th,
.txt--ncmyruzqe table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.txt--ncmyruzqe img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.blog--qoibvwgxa {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.article--xynqrdtgz {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted--fverykhzm {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted--fverykhzm .col--lhrewnyoz:first-child {
        order: 1;
      }

      .texted--fverykhzm .col--lhrewnyoz:last-child {
        order: 2;
      }

      .texted--fverykhzm h2 {
        margin-top: 0;
      }

      @media (max-width: 1024px) {
        .texted--fverykhzm {
          grid-template-columns: 1fr;
        }

        .texted--fverykhzm .col--lhrewnyoz:first-child {
          order: 1;
        }

        .texted--fverykhzm .col--lhrewnyoz:last-child {
          order: 2;
        }
      }
    

.table--wrqiaonxe {
  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%;
}

.table--wrqiaonxe p,
.table--wrqiaonxe h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.table--wrqiaonxe table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.table--wrqiaonxe table td,
.table--wrqiaonxe table th {
  border: 0;
}

.table--wrqiaonxe table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.table--wrqiaonxe tr:last-child {
  border-bottom: 0;
}

.table--wrqiaonxe h2 {
  margin-top: 0;
}

/*
.card--yuagqljsc {
  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);
}
  */

.darked--huwmfaosk {
  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);
}


    .darked--huwmfaosk{
      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);
    }
    

.darked--huwmfaosk h2 {
  color: inherit;
  margin-top: 0;
}

.top--rbohiwcqf {
  display: none;
}

@media (max-width: 1024px) {
  .header--ykvrgahfl {
    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--mrtqgfedj {
    padding: 10px 0;
    display: block;
  }

  .header--ykvrgahfl.active {
    opacity: 1;
    visibility: visible;
  }

  .top--rbohiwcqf {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .top--rbohiwcqf span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .top--rbohiwcqf.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .top--rbohiwcqf.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .b--vclaibzhg{
    flex-direction: column;
  }

  .banner--xcorvmpwi {
    width: 100%;
  }

  .table--wrqiaonxe {
    padding: var(--py);
  }

  .darked--huwmfaosk {
    padding: var(--py);
  }
}

.map--btwozxhql{
  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--btwozxhql 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--btwozxhql a:hover {
  color: var(--primary-btn-bg);
}
.map--btwozxhql h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .form--mxalcgyur {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .frm--spxylueqk {
      display: flex;
      flex-direction: column;
    }

    .frm--nuxisapqg, .fr--mskrabvgz {
      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--nuxisapqg:focus, .fr--mskrabvgz:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr--mskrabvgz {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .form--mxalcgyur button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .form--mxalcgyur button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .form--mxalcgyur {
        max-width: 100%;
        gap: 15px;
      }

      .frm--nuxisapqg, .fr--mskrabvgz {
        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)
  }
}


        .hero--tlwcxfsqi {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #FF7F5015, #FFD70015);
            min-height: 517px;
            display: flex;
            align-items: center;
        }

        .ban--rkbyqtvju {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .banner--mwpqxihfr {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .banner--mwpqxihfr:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 16px;
            height: 24px;
            background: #FF7F50;
            border-radius: 1px;
            transform: rotate(11deg);
            animation-delay: 0s;
        }

        .banner--mwpqxihfr:nth-child(2) {
            bottom: 48%;
            left: 21%;
            width: 25px;
            height: 30px;
            background: #FFD700;
            border-radius: 1px;
            animation-delay: 2s;
        }

        .banner--mwpqxihfr:nth-child(3) {
            top: 32%;
            left: 32%;
            width: 17px;
            height: 13px;
            background: #FF1493;
            border-radius: 1px;
            transform: rotate(12deg);
            animation-delay: 4s;
        }

        .ban--nelrfbhiz {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1188px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .b--rdgpxwsul {
            font-size: clamp(3rem, 8vw, 3rem);
            font-weight: bold;
            background: linear-gradient(45deg, #FF7F50, #FFD700);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 1rem;
        }

        .ban--hckedbotj {
            font-size: 16px;
            color: #333333;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-14px); }
        }

        @media (max-width: 1024px) {
            .b--rdgpxwsul {
                font-size: 27px;
            }
        }
        


        .cards--ybxjawvmi {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .card--yuagqljsc {
            background: #ffffff;
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            cursor: pointer;
        }

        .card--yuagqljsc::before {
            content: '';
            position: absolute;
            top: 7%;
            left: 59%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #FF7F5020, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .card--yuagqljsc:hover::before {
            width: 464px;
            height: 464px;
        }

        .card--yuagqljsc:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .card--yuagqljsc h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .card--yuagqljsc:hover h3 {
            color: #FF7F50;
        }

        .card--yuagqljsc p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .cards--ybxjawvmi {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        