/*!
Theme Name: fk4arc
Theme URI: #
Version: 4.5.4
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fk4arc
*/

:root {
  --text-color: #000000;
  --heading-color: #9e2a2b;
  --primary-btn-bg: #2d98da;
  --secondary-btn-bg: #e1b12c;
  --primary-btn-color: #ffffff;
  --secondary-btn-color: #ffffff;

  --header-bg-color: #6ab04c;
  --header-text-color: #ffffff;
  --header-border: {{header-border}};

  --footer-bg-color: #353b48;
  --footer-text-color: #ffffff;
  --footer-direction: row;
  --footer-justify: space-between;

  --table-bg-color: #c7ecee;
  --table-border-color: #2c3e50;
  --table-text-color: #071717;

  --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: left;
  --banner-column: 74%;
  --banner-padding: 165.6px;
  --banner-border: 0 solid;
  --banner-bg-color: #f7f1e3;
  --banner-text-color: #333333;

  --container-max-width: 1076px;
  --container-padding: 0 15px;
  --border-radius: 11px;
  --py: 15px;
  --py-2: 47px;
  --py-3: 62px;
  --text-align: left;
  --mb: 25px;
  --fz-1: 33.12px;
  --fz-2: 27.6px;
  --fz-3: 23px;
  --logo-width: 127px;
  --menu-margin: 0 auto 0 0;

  --animation-duration: 729ms;
  --animation-type: linear;
  --animation-effect: fadeIn;

  --contrast-bg-color: #333333;
  --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;
}

.c_pqcyjr {
  width: var(--container-max-width);
  max-width: 100%;
  margin: 0 auto;
  padding: var(--container-padding);
}

.top_bjuhrc {
  background-color: var(--header-bg-color);
  color: var(--header-text-color);
  padding: var(--py) 0;
  border-bottom: var(--header-border);
}

.h_juwqin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--mb);
}

.h_moywra {
  display: flex;
  gap: var(--mb);
  list-style: none;
  margin: var(--menu-margin);
  padding: 0;
}

.top_zxcgjm {
  color: var(--header-text-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.top_zxcgjm:hover {
  color: var(--primary-btn-bg);
}


.top_jtsnzd {
  display: flex;
  gap: 10px;
}

.l_wmdzft {
  width: var(--logo-width);
  font-weight: 800;
  font-size: 24px;
  display: block;
}

.l_wmdzft img {
  max-height: 80px;
}

.primary_nsjhtd,
.sec_mdqngy {
  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;
}

.primary_nsjhtd {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.primary_nsjhtd:hover {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_mdqngy {
  background-color: var(--secondary-btn-bg);
  color: var(--secondary-btn-color);
}

.sec_mdqngy:hover {
  background-color: var(--primary-btn-bg);
  color: var(--primary-btn-color);
}

.bot_gpoeba{
  position: relative;
}
.bot_gpoeba * {
  z-index: 1;
  position: relative;
}


    .bot_gpoeba {
      background-color: var(--footer-bg-color);
      color: var(--footer-text-color);
      padding: var(--py-2) 0;
    }

    .f_yqkopm {
      max-width: var(--container-max-width);
      margin: 0 auto;
      padding: 0 var(--mb);
    }

    .f_woudyj {
      display: flex;
      justify-content: var(--footer-justify);
      flex-direction: var(--footer-direction);
      gap: var(--mb);
      margin-bottom: var(--mb);
    }

    .bottom_czsdvj {
      display: flex;
      flex-direction: column;
    }

    .footer_eacphq {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: var(--mb);
      color: var(--footer-text-color);
    }

    .bot_yuiftg {
      display: flex;
      gap: 15px;
      list-style: none;
      flex-direction: column;
      margin: 0;
      padding: 0;
    }

    .bottom_chylip {
      color: var(--footer-text-color);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    .bottom_chylip:hover {
      color: var(--primary-btn-bg);
    }

    .foot_qhvbit {
      margin: 0 0 15px 0;
      font-size: 14px;
      color: var(--footer-text-color);
      opacity: 0.8;
    }

    .f_knxyrz {
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .bot_rmflzb {
      padding: 10px 15px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: var(--border-radius);
      background: rgba(255, 255, 255, 0.1);
      color: var(--footer-text-color);
      font-size: 14px;
      outline: none;
    }

    .bot_rmflzb::placeholder {
      color: var(--footer-text-color);
      opacity: 0.6;
    }

    @media (max-width: 768px) {
      .f_woudyj {
        flex-direction: column;
      }
    }
    



.bot_yuiftg li:empty {
  display: none;
}

.hr_povfnu {
  text-align: var(--banner-direction);
  color: var(--banner-text-color);
  position: relative;
  overflow: hidden;
}

/*
.hr_povfnu {
  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;
}

.hr_povfnu svg {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  z-index: 0;
}

.main_ltiexb{
  display: flex;
  justify-content: var(--banner-direction);
  align-items: center;
  gap: var(--mb);
}

.main_vrzdhm {
  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_gqwvmb{
  overflow-x: auto;
  width: 100%;
}

.txt_qzcksf {
  padding: var(--py-2) 0;
  text-align: var(--text-align);
}

.txt_qzcksf p {
  margin-top: 0;
  margin-bottom: var(--mb);
}

.txt_qzcksf ul {
  width: auto;
  margin-bottom: var(--mb);
  max-width: 100%;
  list-style-position: inside;
}

.txt_qzcksf ul {
  list-style: none;
}

.txt_qzcksf ul li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: var(--text-align);
}

.txt_qzcksf ul li::before {
  content: "";
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: var(--primary-btn-bg);
  border-radius: 50%;
}


    .txt_qzcksf 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_qzcksf ol li {
      counter-increment: list-counter;
      position: relative;
      padding-left: 3rem;
      margin-bottom: 1rem;
      line-height: 1.6;
      color: var(--text-color);
    }

    .txt_qzcksf ol li::before {
      content: counter(list-counter);
      position: absolute;
      left: 0;
      top: 0;
      background: linear-gradient(135deg, #2d98da 0%, #70b9e6 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: #2d98da;
        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;
      }
    

.txt_qzcksf 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_qzcksf table th,
.txt_qzcksf table td {
  padding: 10px;
  border: 1px solid var(--table-border-color);
}

.txt_qzcksf img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: var(--mb);
  border-radius: var(--border-radius);
}

.post_qsvliz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.blog_dzueal {
  background-color: var(--table-bg-color);
  padding: 20px;
  border-radius: 10px;
}



      .texted_qundmk {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        margin: var(--py-2) 0;
        align-items: center;
      }

      .texted_qundmk .cols_hdciuw:first-child {
        order: 1;
      }

      .texted_qundmk .cols_hdciuw:last-child {
        order: 2;
        padding-left: 2rem;
      }

      .texted_qundmk h2 {
        margin-top: 0;
        color: var(--primary-btn-bg);
        position: relative;
        padding-bottom: 1rem;
      }

      .texted_qundmk h2::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3rem;
        height: 3px;
        background: linear-gradient(90deg, #2d98da 0%, #86c3ea 100%);
        border-radius: 2px;
      }

      .texted_qundmk figure {
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .texted_qundmk figure img {
        width: 100%;
        height: auto;
        transition: transform 0.3s ease;
      }

      .texted_qundmk figure:hover img {
        transform: scale(1.05);
      }

      @media (max-width: 1024px) {
        .texted_qundmk {
          grid-template-columns: 1fr;
          gap: 2rem;
        }

        .texted_qundmk .cols_hdciuw:first-child {
          order: 1;
        }

        .texted_qundmk .cols_hdciuw:last-child {
          order: 2;
          padding-right: 0;
        }
      }
    

.tbl_vwhzxo {
  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%;
}

.tbl_vwhzxo p,
.tbl_vwhzxo h2 {
  max-width: 1000px;
  margin: 0 auto var(--mb);
}

.tbl_vwhzxo table {
  margin: 0 auto;
  border-radius: var(--border-radius);
  border: 0;
  max-width: 1000px;
}

.tbl_vwhzxo table td,
.tbl_vwhzxo table th {
  border: 0;
}

.tbl_vwhzxo table tr {
  border-bottom: 1px solid var(--table-border-color);
}

.tbl_vwhzxo tr:last-child {
  border-bottom: 0;
}

.tbl_vwhzxo h2 {
  margin-top: 0;
}

/*
.cards_bfxvaj {
  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);
}
  */

.dark_cvbadt {
  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);
}


    .dark_cvbadt{
      background: rgba(45,152,218,0.1);
      backdrop-filter: blur(10px);
      border: 1px solid rgba(45,152,218,0.2);
      color: var(--text-color);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    }
    

.dark_cvbadt h2 {
  color: inherit;
  margin-top: 0;
}

.header_iqyktg {
  display: none;
}

@media (max-width: 1024px) {
  .h_moywra {
    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;
  }

  .top_zxcgjm {
    padding: 10px 0;
    display: block;
  }

  .h_moywra.active {
    opacity: 1;
    visibility: visible;
  }

  .header_iqyktg {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 30px;
    width: 30px;
    z-index: 101;
    padding: 2.5px 0px;
  }

  .header_iqyktg span {
    display: block;
    height: 5px;
    width: 30px;
    background: var(--header-text-color);
    border-radius: 30px;
    transition: 0.3s;
  }

  .header_iqyktg.active span:first-child {
    transform: translateY(4px) rotate(45deg)
  }

  .header_iqyktg.active span:nth-child(2) {
    transform: translateY(-9px) rotate(-45deg)
  }

  .main_ltiexb{
    flex-direction: column;
  }

  .main_vrzdhm {
    width: 100%;
  }

  .tbl_vwhzxo {
    padding: var(--py);
  }

  .dark_cvbadt {
    padding: var(--py);
  }
}

.sitemappage_irlwcp{
  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);
}
.sitemappage_irlwcp 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;
}
.sitemappage_irlwcp a:hover {
  color: var(--primary-btn-bg);
}
.sitemappage_irlwcp h2 {
  margin-top: 0;
  margin-bottom: var(--mb);
  padding: 10px;
  border-radius: var(--border-radius);
  background-color: var(--table-bg-color);
  text-align: left;
}


    .frm_krbnes {
      max-width: 1000px;
      margin: var(--mb) auto;
    }

    .fr_asvtby {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    .form_hnxlgc {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .form_hnxlgc h2 {
      font-size: var(--fz-2);
      color: var(--heading-color);
      margin: 0 0 25px 0;
      font-weight: 600;
    }

    .fr_xizgmy {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .form_yhpvkt {
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .fr_bsatef {
      font-size: 24px;
      width: 40px;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary-btn-bg);
      border-radius: 50%;
      flex-shrink: 0;
    }

    .fr_ltrnwe {
      color: var(--text-color);
      line-height: 1.5;
    }

    .fr_ltrnwe strong {
      color: var(--heading-color);
      font-weight: 600;
    }

    .fr_uzxide {
      background: var(--card-bg-color);
      padding: 30px;
      border-radius: var(--border-radius);
      box-shadow: var(--card-shadow);
    }

    .frm_phbrtz {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .frm_azocqk {
      display: flex;
      flex-direction: column;
    }

    .frm_alrxyk, .fr_gbhqdf {
      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;
    }

    .frm_alrxyk:focus, .fr_gbhqdf:focus {
      border-color: var(--primary-btn-bg);
      box-shadow: 0 0 0 3px rgba(var(--primary-btn-bg-rgb), 0.1);
    }

    .fr_gbhqdf {
      height: 120px;
      resize: vertical;
      font-family: inherit;
    }

    .fr_uzxide button {
      padding: 15px 30px;
      font-size: 16px;
      font-weight: 600;
      border-radius: var(--border-radius);
      transition: all 0.3s ease;
      width: 100%;
    }

    .fr_uzxide button:hover {
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    }

    @media (max-width: 768px) {
      .fr_asvtby {
        grid-template-columns: 1fr;
        gap: 30px;
      }

      .form_hnxlgc, .fr_uzxide {
        padding: 20px;
      }

      .frm_phbrtz {
        gap: 15px;
      }

      .frm_alrxyk, .fr_gbhqdf {
        padding: 12px 15px;
        font-size: 14px;
      }
    }
    


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

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

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

.nvs__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)
  }
}


        .hr_povfnu {
            position: relative;
            min-height: 441px;
            background: linear-gradient(220deg, #2d98da, #e1b12c);
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .main_vrzdhm {
            display: flex;
            align-items: center;
            justify-content: var(--banner-direction);
        }

        .hr_povfnu::before {
            content: '';
            position: absolute;
            inset: 0;
            background: url('data:image/svg+xml,%3Csvg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23ffffff" fill-opacity="0.1"%3E%3Ccircle cx="30" cy="30" r="2"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
            opacity: 0.3;
        }

        .b_ihubax {
            position: absolute;
            inset: 0;
            background: linear-gradient(45deg, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
        }

        .b_jhnfim {
            position: relative;
            z-index: 10;
            text-align: var(--banner-direction);
            width: 1165px;
            max-width: 100%;
            padding: var(--py);
        }

        .hr_qgvebs {
            font-size: clamp(2rem, 8vw, 3rem);
            font-weight: bold;
            color: #ffffff;
            margin-bottom: 3rem;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        .hero_zajbfn {
            font-size: 16px;
            color: #ffffff;
            margin-bottom: 2rem;
            line-height: 1.6;
        }

        @media (max-width: 1024px) {
            .hr_qgvebs {
                font-size: 27px;
            }
        }
        


        .block_zftqbm {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 1.5rem;
            padding: 2rem 0;
        }

        .cards_bfxvaj {
            background: #ffffff;
            border: 2px solid transparent;
            border-radius: var(--border-radius);
            padding: var(--py);
            transition: all 0.3s ease;
            position: relative;
        }

        .cards_bfxvaj:hover {
            border-color: #2d98da;
            transform: translateY(-4px);
        }

        .cards_bfxvaj h3 {
            color: #000000;
        }

        .cards_bfxvaj p {
            color: #000000;
            margin: 0;
        }

        @media (max-width: 768px) {
            .block_zftqbm {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
        }
        