/*!
Theme Name: kbpg2s
Theme URI: #
Version: 8.0.4
Tested up to: 8.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kbpg2s
*/

:root {
  --text-color: #212121;
  --heading-color: #FF8F00;
  --primary-btn-bg: #00796B;
  --secondary-btn-bg: #E64A19;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #F5F5F5;
  --header-text-color: #FF8F00;
  --header-border: 1px solid #00796B;

  --footer-bg-color: #C2185B;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #E64A19;
  --table-border-color: #FF8F00;
  --table-text-color: #ffffff;

  --body-bg-color: #F5F5F5;
  --card-bg-color: #ffffff;
  --card-text-color: #212121;
  --card-border: {{card-border}};
  --card-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);

  --banner-direction: center;
  --banner-column: 79%;
  --banner-padding: 180px;
  --banner-border: 5px solid #00796B;
  --banner-bg-color: #F5F5F5;
  --banner-text-color: #000000;

  --container-max-width: 1500px;
  --container-padding: 0 15px;
  --border-radius: 13px;
  --py: 34px;
  --py-2: 47px;
  --py-3: 56px;
  --text-align: left;
  --mb: 19px;
  --fz-1: 36px;
  --fz-2: 30px;
  --fz-3: 25px;
  --logo-width: 115px;
  --menu-margin: 0;

  --animation-duration: 322ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #292929;
  --contrast-text-color: #ededed;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', 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;
}

.abwdpjkz--container {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.ecuxgqnj--head {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.czbjkxwq--head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.tenowhym--h {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.seqbthmg--header {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.seqbthmg--header:hover {
  color: var(--primary-btn-bg);
}


.rzjdgtkw--head {
  display: flex;
  gap: 10px;
}

.fjympslb--brand {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.fjympslb--brand img {
  max-height: 80px;
}

.xusoterl--prim,
.qtpdgrsl--secondary {
  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;
}

.xusoterl--prim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xusoterl--prim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qtpdgrsl--secondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.qtpdgrsl--secondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.zwscgyod--bot {
  position: relative;
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  padding: var(--py) 0;
}



.qcrilubp--f {
  display: flex;
  justify-content: var(--footer-justify);
  flex-direction: var(--footer-direction);
  gap: var(--mb);
  position: relative;
  z-index: 1;
}

.xmtjclup--f {
  display: flex;
  gap: 10px;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding: 0;
}

.cxzynqof--f {
  color: var(--footer-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.cxzynqof--f:hover {
  color: var(--primary-btn-bg);
}

.urnfoplz--foot {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: var(--mb);
  color: var(--footer-text-color);
}

.fpzewcrq--bot {
  margin: 0;
  margin-top: var(--mb);
  font-size: 14px;
  color: var(--footer-text-color);
  text-align: var(--text-align);
}

.cqrsxhuf--hr {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.cqrsxhuf--hr {
  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;
}

.cqrsxhuf--hr svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.wbrytvpq--b{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.nmldotui--banner {
  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;
}

.sailhgdo--tbl{
  overflow-x: auto;
  width: 100%;
}

.humvftqj--content {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.humvftqj--content p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.humvftqj--content ul,
.humvftqj--content ol {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.humvftqj--content ul {
  list-style: none;
}

.humvftqj--content ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.humvftqj--content ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}

.humvftqj--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);
}

.humvftqj--content table th,
.humvftqj--content table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.humvftqj--content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.ejbpyqim--articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ulsfvzga--blog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}


.talxodcg--col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--py-2);
  margin: var(--py-2) 0;
}

.chygjlvw--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%;
}

.chygjlvw--table p,
.chygjlvw--table h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.chygjlvw--table table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.chygjlvw--table table td,
.chygjlvw--table table th {
  border: 0;
}

.chygjlvw--table table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.chygjlvw--table tr:last-child {
  border-bottom: 0;
}

.chygjlvw--table h2 {
  margin-top: 0;
}

/*
.ofunyekt--row {
  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);
}
  */

.udsfgmyi--invert {
  position: relative;
  border-radius: var(--border-radius);
  background: var(--contrast-bg-color);
  color: var(--contrast-text-color);
  padding: var(--py-2);
  margin-top: var(--py-2);
  margin-bottom: var(--py-2);
}

.udsfgmyi--invert h2 {
  color: inherit;
  margin-top: 0;
}

.jpuqticn--head {
  display: none;
}

@media (max-width: 1024px) {
  .tenowhym--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;
  }

  .seqbthmg--header {
    padding: 10px 0;
    display: block;
  }

  .tenowhym--h.active {
    opacity: 1;
    visibility: visible;
  }

  .jpuqticn--head {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jpuqticn--head span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jpuqticn--head.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jpuqticn--head.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .qcrilubp--f {
    flex-direction: column;
    gap: 20px;
  }

  .wbrytvpq--b{
    flex-direction: column;
  }

  .nmldotui--banner {
    width: 100%;
  }

  .talxodcg--col{
    grid-template-columns: 1fr;
  }

  .chygjlvw--table {
    padding: var(--py);
  }
}

@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)
  }
}


            .cqrsxhuf--hr {
                padding: var(--py);
            }

            .wbrytvpq--b {
                background-color: #e2d4d4;
                color: #000000;
                padding: 100px var(--py);
                text-align: center;
                border-radius: var(--border-radius);
            }

            .wbrytvpq--b p {
                font-size: 20px;
                max-width: 56%;
                margin: 0 auto var(--mb);
            }

            .dgsxljbp--hr {
                text-align: center;
                font-size: 4rem;
                line-height: 1.25;
            }

            .dgsxljbp--hr span {
                color: #00747a;
                background: linear-gradient(90deg, #00747a, #00377a);
                background-clip: text;
                color: #0000;
            }

            @media (max-width: 1024px) {
                .dgsxljbp--hr {
                    font-size: 35px;
                }

                .wbrytvpq--b {
                    padding: 48px var(--py);
                }

                .wbrytvpq--b p {
                    width: 100%;
                }
            }
        


        .ackpxzmg--card {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .ofunyekt--row {
            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;
        }

        .ofunyekt--row::before {
            content: '';
            position: absolute;
            top: 46%;
            left: 41%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #00796B20, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .ofunyekt--row:hover::before {
            width: 397px;
            height: 397px;
        }

        .ofunyekt--row:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .ofunyekt--row h3 {
            color: #212121;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .ofunyekt--row:hover h3 {
            color: #00796B;
        }

        .ofunyekt--row p {
            color: #212121;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .ackpxzmg--card {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        