/*!
Theme Name: i53ksz
Theme URI: #
Version: 4.4.5
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: i53ksz
*/

:root {
  --text-color: #000000;
  --heading-color: #FF5733;
  --primary-btn-bg: #DAF7A6;
  --secondary-btn-bg: #FFC300;
  --primary-btn-color: #333333;
  --secondary-btn-color: #000000;

  --header-bg-color: #FF5733;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #C70039;
  --footer-text-color: #FFFFFF;
  --footer-direction: row-reverse;
  --footer-justify: space-between;

  --table-bg-color: #F9F9F9;
  --table-border-color: #FF5733;
  --table-text-color: #2e2e2e;

  --body-bg-color: #FFFFFF;
  --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: 72%;
  --banner-padding: 136.8px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFCC00;
  --banner-text-color: #000000;

  --container-max-width: 1300px;
  --container-padding: 0 15px;
  --border-radius: 15px;
  --py: 27px;
  --py-2: 78px;
  --py-3: 66px;
  --text-align: center;
  --mb: 17px;
  --fz-1: 27.36px;
  --fz-2: 22.8px;
  --fz-3: 19px;
  --logo-width: 100px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 419ms;
  --animation-type: ease-in;
  --animation-effect: fadeInUp;

  --contrast-bg-color: #333333;
  --contrast-text-color: #cccccc;
}

* {
  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;
}

.csunzvmqic {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.hsbtxucryh {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.ethoqpcbahead {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.bekjutrydhead {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.jqrvmpgcsh {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.jqrvmpgcsh:hover {
  color: var(--primary-btn-bg);
}


.bnsdcjvkiheader {
  display: flex;
  gap: 10px;
}

.pnsdizyfal {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.pnsdizyfal img {
  max-height: 80px;
}

.ihljsqetxp,
.mlstzrgehsecondary {
  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;
}

.ihljsqetxp {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.ihljsqetxp:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.mlstzrgehsecondary {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.mlstzrgehsecondary:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.xwdklphatfoot{
  position: relative;
}
.xwdklphatfoot * {
  z-index: 1;
  position: relative;
}


    .xwdklphatfoot {
      background: linear-gradient(135deg, #fa0047 0%, #94002a 100%);
      color: var(--footer-text-color);
      padding: var(--py) 0;
    }

    .nzqkeusrybot {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .jvmxbzytif {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      align-items: center;
      margin-bottom: var(--mb);
    }

    .ksawqtmgpbottom {
      display: flex;
      flex-direction: column;
    }

    .pmasjikqxbot {
      font-weight: 500;
      font-size: 16px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .cmwnzkgbxbottom {
      display: flex;
      gap: 20px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .xtybmfhjaf {
      color: var(--footer-text-color);
      text-decoration: none;
      font-size: 14px;
      transition: color 0.3s ease;
    }

    .xtybmfhjaf:hover {
      color: var(--primary-btn-bg);
    }

    .aoyrxcsjnbot {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      text-align: var(--text-align);
      opacity: 0.7;
    }

    @media (max-width: 768px) {
      .jvmxbzytif {
        flex-direction: column;
        gap: 20px;
        text-align: center;
      }

      .cmwnzkgbxbottom {
        justify-content: center;
        flex-wrap: wrap;
      }
    }
    


        .xwdklphatfoot:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            
            background-image: radial-gradient(#000000 1.3px, #fa0047 1.3px);
            background-size: 56px 56px;
            
        }
        

.cmwnzkgbxbottom li:empty {
  display: none;
}

.ncawbmxythero {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.ncawbmxythero {
  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;
}

.ncawbmxythero svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.hqmruwelphr{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.isxjkgrnmb {
  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;
}

.amkhrpowntb{
  overflow-x: auto;
  width: 100%;
}

.zpokvqubicontent {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.zpokvqubicontent p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.zpokvqubicontent ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.zpokvqubicontent ul {
  list-style: none;
}

.zpokvqubicontent ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.zpokvqubicontent ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .zpokvqubicontent 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;
    }

    .zpokvqubicontent ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .zpokvqubicontent ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #daf7a6 0%, #f7fdec 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: 1rem 0;
        padding: 0.5rem 0;
        font-size: 0.875rem;
      }

      .aioseo-breadcrumb {
        display: inline-block;
      }

      .aioseo-breadcrumb a {
        color: #DAF7A6;
        text-decoration: none;
        opacity: 0.8;
        transition: opacity 0.2s ease;
      }

      .aioseo-breadcrumb a:hover {
        opacity: 1;
      }

      .aioseo-breadcrumb:not(:has(a)) {
        color: var(--text-color);
        opacity: 0.6;
      }

      .aioseo-breadcrumb-separator {
        color: var(--text-color);
        opacity: 0.4;
        margin: 0 0.5rem;
      }
    

.zpokvqubicontent 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);
}

.zpokvqubicontent table th,
.zpokvqubicontent table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.zpokvqubicontent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.bkcqhtavwarticle {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.zpmfadrwkblog {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .uteyacfklcol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
        margin: var(--py-2) 0;
        align-items: start;
        position: relative;
      }

      .uteyacfklcol::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent 0%, #ffffff 50%, transparent 100%);
        z-index: 1;
      }

      .uteyacfklcol .jdlerkiqscols:first-child {
        position: relative;
        z-index: 2;
        order: 1;
      }

      .uteyacfklcol .jdlerkiqscols:last-child {
        position: relative;
        z-index: 2;
        order: 2;
        padding-left: 2rem;
      }

      .uteyacfklcol figure {
        border-radius: 20px;
        overflow: hidden;
        position: relative;
        box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
      }

      .uteyacfklcol figure::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, #daf7a620 0%, #ffffff10 100%);
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s ease;
      }

      .uteyacfklcol figure:hover::before {
        opacity: 1;
      }

      .uteyacfklcol figure img {
        width: 100%;
        height: auto;
        position: relative;
        z-index: 0;
      }

      .uteyacfklcol h2 {
        margin-top: 0;
        color: var(--text-color);
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.3;
        margin-bottom: 1.5rem;
        position: relative;
      }

      .uteyacfklcol h2::after {
        content: '';
        position: absolute;
        bottom: -0.5rem;
        left: 0;
        width: 2rem;
        height: 2px;
        background: #daf7a6;
        border-radius: 1px;
      }

      .uteyacfklcol p {
        line-height: 1.7;
        margin-bottom: 1rem;
        color: var(--text-color);
        opacity: 0.9;
      }

      @media (max-width: 1024px) {
        .uteyacfklcol {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .uteyacfklcol::before {
          display: none;
        }

        .uteyacfklcol .jdlerkiqscols:first-child {
          order: 1;
        }

        .uteyacfklcol .jdlerkiqscols:last-child {
          order: 2;
          padding-left: 0;
          padding-right: 0;
        }
      }
    

.qdxrjoviptb {
  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%;
}

.qdxrjoviptb p,
.qdxrjoviptb h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.qdxrjoviptb table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.qdxrjoviptb table td,
.qdxrjoviptb table th {
  border: 0;
}

.qdxrjoviptb table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.qdxrjoviptb tr:last-child {
  border-bottom: 0;
}

.qdxrjoviptb h2 {
  margin-top: 0;
}

/*
.vdgowubtpcard {
  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);
}
  */

.ziyhdkrueinvert {
  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);
}


    .ziyhdkrueinvert{
      background: linear-gradient(135deg, #333333 0%, #4d4d4d 100%);
      border-left: 5px solid var(--primary-btn-bg);
    }
    

.ziyhdkrueinvert h2 {
  color: inherit;
  margin-top: 0;
}

.szxvunhrlheader {
  display: none;
}

@media (max-width: 1024px) {
  .bekjutrydhead {
    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;
  }

  .jqrvmpgcsh {
    padding: 10px 0;
    display: block;
  }

  .bekjutrydhead.active {
    opacity: 1;
    visibility: visible;
  }

  .szxvunhrlheader {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .szxvunhrlheader span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .szxvunhrlheader.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .szxvunhrlheader.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .hqmruwelphr{
    flex-direction: column;
  }

  .isxjkgrnmb {
    width: 100%;
  }

  .qdxrjoviptb {
    padding: var(--py);
  }

  .ziyhdkrueinvert {
    padding: var(--py);
  }
}

.yigucebazsm{
  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);
}
.yigucebazsm 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;
}
.yigucebazsm a:hover {
  color: var(--primary-btn-bg);
}
.yigucebazsm h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .twlrfijeyfr {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .jurknhzgqfr {
      display: flex;
      flex-direction: column;
    }

    .qvenrwigxfr, .nbyfhupmdform {
      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;
    }

    .qvenrwigxfr:focus, .nbyfhupmdform:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .nbyfhupmdform {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .twlrfijeyfr button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .twlrfijeyfr button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .twlrfijeyfr {
        max-width: 100%;
        gap: 15px;
      }

      .qvenrwigxfr, .nbyfhupmdform {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

.partners 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)
  }
}


        .ncawbmxythero {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #DAF7A615, #FFC30015);
            min-height: 602px;
            display: flex;
            align-items: center;
        }

        .ytgzfenohbanner {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .slxiwyjcfb {
            position: absolute;
            animation: float 6s ease-in-out infinite;
        }

        .slxiwyjcfb:nth-child(1) {
            top: 20%;
            right: 10%;
            width: 16px;
            height: 15px;
            background: #DAF7A6;
            border-radius: 1px;
            transform: rotate(24deg);
            animation-delay: 0s;
        }

        .slxiwyjcfb:nth-child(2) {
            bottom: 35%;
            left: 27%;
            width: 20px;
            height: 28px;
            background: #FFC300;
            border-radius: 3px;
            animation-delay: 2s;
        }

        .slxiwyjcfb:nth-child(3) {
            top: 36%;
            left: 38%;
            width: 18px;
            height: 17px;
            background: #FF5733;
            border-radius: 2px;
            transform: rotate(22deg);
            animation-delay: 4s;
        }

        .afsywgouxmain {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1035px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .kfyjxedhtbanner {
            font-size: clamp(3rem, 8vw, 2rem);
            font-weight: bold;
            background: linear-gradient(45deg, #DAF7A6, #FFC300);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 2rem;
        }

        .uapnmqwktban {
            font-size: 16px;
            color: #000000;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        @media (max-width: 1024px) {
            .kfyjxedhtbanner {
                font-size: 31px;
            }
        }
        


        .odntwliazblock {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .vdgowubtpcard {
            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;
        }

        .vdgowubtpcard::before {
            content: '';
            position: absolute;
            top: 66%;
            left: 36%;
            width: 0;
            height: 0;
            background: radial-gradient(circle, #DAF7A620, transparent);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            transition: all 0.4s ease;
        }

        .vdgowubtpcard:hover::before {
            width: 403px;
            height: 403px;
        }

        .vdgowubtpcard:hover {
            transform: translateY(-5px) scale(1.01);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .vdgowubtpcard h3 {
            color: #000000;
            position: relative;
            z-index: 1;
            transition: color 0.3s ease;
        }

        .vdgowubtpcard:hover h3 {
            color: #DAF7A6;
        }

        .vdgowubtpcard p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .odntwliazblock {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        