/*!
Theme Name: 4af1km
Theme URI: #
Version: 6.4.2
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: 4af1km
*/

:root {
  --text-color: #000000;
  --heading-color: #FF4081;
  --primary-btn-bg: #D50000;
  --secondary-btn-bg: #0D47A1;
  --primary-btn-color: #FFFFFF;
  --secondary-btn-color: #FFFFFF;

  --header-bg-color: #01579B;
  --header-text-color: #FFFFFF;
  --header-border: {{header-border}};

  --footer-bg-color: #004D40;
  --footer-text-color: #FFFFFF;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #E0F7FA;
  --table-border-color: #00BFAE;
  --table-text-color: #093339;

  --body-bg-color: #F1F8E9;
  --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: 68%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #FFFFFF;
  --banner-text-color: #333333;

  --container-max-width: 1102px;
  --container-padding: 0 15px;
  --border-radius: 16px;
  --py: 34px;
  --py-2: 63px;
  --py-3: 57px;
  --text-align: center;
  --mb: 24px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 170px;
  --menu-margin: 0 0 0 auto;

  --animation-duration: 809ms;
  --animation-type: ease-in-out;
  --animation-effect: fadeIn;

  --contrast-bg-color: #242424;
  --contrast-text-color: #ffffff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', 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;
}

.lhdgzfcontainer {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}


      .nyaqmwh {
        background-color: var(--header-bg-color);
        color: var(--header-text-color);
        padding: var(--py) 0;
        border-bottom: var(--header-border);
      }

      .bvntyih {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: var(--mb);
      }

      .vqtufxtop {
        display: flex;
        gap: var(--mb);
        list-style: none;
        margin: var(--menu-margin);
        padding: 0;
      }

      .tyrhkwheader {
        color: var(--header-text-color);
        text-decoration: none;
        transition: color 0.3s ease;
      }

      .tyrhkwheader:hover {
        color: var(--primary-btn-bg);
      }


      .dyfkxcheader {
        display: flex;
        gap: 10px;
      }

      .jrnkvpheader {
        display: none;
      }
    

@media (max-width: 1024px) {
  .vqtufxtop {
    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;
  }

  .tyrhkwheader {
    padding: 10px 0;
    display: block;
  }

  .vqtufxtop.active {
    opacity: 1;
    visibility: visible;
  }

  .jrnkvpheader {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .jrnkvpheader span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .jrnkvpheader.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .jrnkvpheader.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }
}

.hcgmpqlog {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.hcgmpqlog img {
  max-height: 80px;
}

.rhnlbpprim,
.kuqdmvalt {
  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;
}

.rhnlbpprim {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.rhnlbpprim:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.kuqdmvalt {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.kuqdmvalt:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.hamblwbottom{
  position: relative;
}
.hamblwbottom * {
  z-index: 1;
  position: relative;
}


      .xuwtogtext > .wp-block-image {
        margin: 2.5rem auto;
        display: block;
        position: relative;
        padding: 10px;
        background: linear-gradient(135deg, #d50000 0%, #a30000 100%);
        border-radius: var(--border-radius);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        transition: all .3s ease;
        overflow: hidden;
        width: max-content;
        max-width: 100%;
      }

      .xuwtogtext > .wp-block-image:hover {
        transform: scale(1.01);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
      }

      .xuwtogtext > .wp-block-image img {
        border-radius: var(--border-radius);
        max-width: 100%;
        height: auto;
        display: block;
        position: relative;
        z-index: 1;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        margin: 0 auto;
      }
    


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

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

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

    .uhzxwrpr__title {
      font-size: var(--fz-2);
      font-weight: bold;
      color: var(--heading-color);
      margin-bottom: var(--mb);
    }
    


    .hamblwbottom {
      background: linear-gradient(135deg, #00806a 0%, #001a15 100%);
      color: var(--footer-text-color);
      padding: 40px 0 20px;
      position: relative;
      overflow: hidden;
    }

    .hamblwbottom::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%);
    }

    .maedicfooter {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 20px;
    }

    .lubotmbottom {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px;
    }

    .fvsawxbot {
      width: 100%;
    }

    .iqlrcff {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      gap: 30px;
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .dpkzqmbot {
      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;
    }

    .dpkzqmbot:hover {
      color: var(--primary-btn-text);
      transform: translateY(-2px);
    }

    .cpxbkof {
      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;
    }

    .wypirkf {
      text-align: center;
      padding-top: 20px;
    }

    .wypirkf p {
      margin: 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
      font-weight: 400;
    }

    @media (max-width: 768px) {
      .hamblwbottom {
        padding: 30px 0 15px;
      }

      .iqlrcff {
        gap: 15px;
        flex-direction: column;
      }

      .dpkzqmbot {
        font-size: 14px;
        padding: 6px 12px;
      }

      .lubotmbottom {
        margin-bottom: 20px;
      }

      .cpxbkof {
        margin: 15px 0;
      }
    }

    @media (max-width: 480px) {
      .iqlrcff {
        gap: 10px;
      }

      .dpkzqmbot {
        font-size: 13px;
        padding: 5px 10px;
      }
    }
    


        .hamblwbottom:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0.05;
            z-index: 0;
            background-image: repeating-radial-gradient(circle at 0 0, transparent 0, #00806a 58px), repeating-linear-gradient(#001a15, #000000);
        }
        

.iqlrcff li:empty {
  display: none;
}

.zfitermain {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.zfitermain {
  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;
}

.zfitermain svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.vuqoylban{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.xzjopnhero {
  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;
}

.ktmsohtable{
  overflow-x: auto;
  width: 100%;
}

.xuwtogtext {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.xuwtogtext p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.xuwtogtext ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.xuwtogtext ul {
  list-style: none;
}

.xuwtogtext ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.xuwtogtext ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .xuwtogtext 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;
    }

    .xuwtogtext ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 4rem;
      margin-bottom: var(--mb);
      color: var(--text-color);
      background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
      padding: 5px 5px 5px 4rem;
      border-radius: 8px;
      border-left: 4px solid transparent;
      background-clip: padding-box;
    }

    .xuwtogtext ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0.5rem;
      top: 50%;
      transform: translateY(-50%);
      border-left-color: var(--primary-btn-bg);
      background: linear-gradient(135deg, #d50000 0%, #8a0000 100%);
      color: white;
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 700;
      font-size: 1rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    


      .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: #D50000;
        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;
      }
    


      .xuwtogtext 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(0, 0, 0, 0.1);
        overflow: hidden;
      }

      .xuwtogtext table thead tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      }

      .xuwtogtext table th {
        padding: 15px 15px;
        font-weight: normal;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.5);
        letter-spacing: 0.025em;
        border: none;
      }

      .xuwtogtext table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        transition: background-color 0.2s ease;
      }

      .xuwtogtext table tbody tr:last-child {
        border-bottom: none;
      }

      .xuwtogtext table tbody tr:hover {
        background-color: rgba(0, 0, 0, 0.02);
      }

      .xuwtogtext table td {
        padding: 20px 16px;
        font-size: 16px;
        color: var(--table-text-color);
        border: none;
        letter-spacing: 0.025em;
      }

      .xuwtogtext table td:first-child {
        font-weight: normal;
      }
    

.xuwtogtext img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.uqcjldblog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.bmexrwposts {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .zeorqmcol {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--py-2);
        margin: var(--py-2) 0;
        align-items: center;
      }

      .zeorqmcol .nprswxcols:first-child {
        order: 1;
        padding: 23px;
        border-radius: var(--border-radius);
        box-shadow: 0 16px 35px rgba(0, 0, 0, 0.6);
        background-color: rgb(from var(--table-bg-color) r g b / 0.5);
        border: 1px solid var(--table-border-color);
      }

      .zeorqmcol .nprswxcols:last-child {
        order: 2;
      }

      .zeorqmcol h2 {
        margin-top: 0;
      }

      .zeorqmcol img,
      .zeorqmcol figure {
        margin: 0;
        border-radius: var(--border-radius);
      }

      @media (max-width: 1024px) {
        .zeorqmcol {
          grid-template-columns: 1fr;
        }

        .zeorqmcol .nprswxcols:first-child {
          order: 1;
        }

        .zeorqmcol .nprswxcols:last-child {
          order: 2;
        }
      }
    

.haswxrtbl {
  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%;
}

.haswxrtbl p,
.haswxrtbl h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.haswxrtbl table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.haswxrtbl table td,
.haswxrtbl table th {
  border: 0;
}

.haswxrtbl table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.haswxrtbl tr:last-child {
  border-bottom: 0;
}

.haswxrtbl h2 {
  margin-top: 0;
}

/*
.ywrobprow {
  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);
}
  */

.baxsdedark {
  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);
}


    .baxsdedark{
      background: linear-gradient(135deg, #d50000 0%, #d62400 50%, #d68f00 100%);
      padding: 60px;
    }
    

.baxsdedark h2 {
  color: inherit;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .vuqoylban{
    flex-direction: column;
  }

  .xzjopnhero {
    width: 100%;
  }

  .haswxrtbl {
    padding: var(--py);
  }

  .baxsdedark {
    padding: var(--py);
  }
}

.bhxldvsitemap{
  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);
}
.bhxldvsitemap 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;
}
.bhxldvsitemap a:hover {
  color: var(--primary-btn-bg);
}
.bhxldvsitemap h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .lcexbmform {
      display: flex;
      flex-direction: column;
      gap: 20px;
      margin: var(--mb) 0;
      max-width: 500px;
      width: 100%;
    }

    .lzsmfgfrm {
      display: flex;
      flex-direction: column;
    }

    .mpyetsform, .xpwuamfr {
      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;
    }

    .mpyetsform:focus, .xpwuamfr:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .xpwuamfr {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .lcexbmform button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
    }

    .lcexbmform button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .lcexbmform {
        max-width: 100%;
        gap: 15px;
      }

      .mpyetsform, .xpwuamfr {
        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)
  }
}


        .zfitermain {
            position: relative;
            min-height: 442px;
            background: #F1F8E9;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .xzjopnhero {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .bxgmsyb {
            position: absolute;
            inset: 0;
            pointer-events: none;
        }

        .tkzlwjb {
            position: absolute;
            background: linear-gradient(90deg, transparent, white, transparent);
        }

        .tkzlwjb:nth-child(1) {
            top: 0;
            left: 0;
            width: 100%;
            height: 1px;
            animation-delay: 0s;
        }

        .tkzlwjb:nth-child(2) {
            bottom: 0;
            right: 0;
            width: 100%;
            height: 1px;
            animation-delay: 1s;
        }

        .tkzlwjb:nth-child(3) {
            top: 50%;
            left: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 0.5s;
        }

        .tkzlwjb:nth-child(4) {
            top: 50%;
            right: 0;
            width: 1px;
            height: 100%;
            background: linear-gradient(180deg, transparent, white, transparent);
            animation-delay: 1.5s;
        }

        .gvkdwshero {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1001px;
            max-width: 100%;
            padding: var(--py);
        }

        .saflmqmain {
            font-size: clamp(2rem, 10vw, 3rem);
            font-weight: 900;
            color: #333333;
            margin-bottom: 2rem;
            letter-spacing: -0.05em;
            line-height: 0.9;
        }

        .qztbedb {
            display: block;
        }

        .fldigyban {
            font-size: 18px;
            color: #333333;
            margin-bottom: 4rem;
            line-height: 1.6;
            max-width: 1131px;
        }

        @media (max-width: 1024px) {
            .saflmqmain {
                font-size: 26px;
            }
        }
        


        .kjoqhxcard {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2rem;
            padding: 2rem 0;
        }

        .ywrobprow {
            background: linear-gradient(298deg, #D50000, #0D47A1);
            border-radius: var(--border-radius);
            padding: var(--py);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
            color: white;
        }

        .ywrobprow::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
            transform: translateX(-100%);
            transition: transform 0.6s ease;
        }

        .ywrobprow:hover::before {
            transform: translateX(100%);
        }

        .ywrobprow:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
        }

        .ywrobprow h3 {
            color: #000000;
            position: relative;
            z-index: 1;
        }

        .ywrobprow p {
            color: #000000;
            margin: 0;
            position: relative;
            z-index: 1;
        }

        @media (max-width: 768px) {
            .kjoqhxcard {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        